Commit 8bb13507 authored by mo khan's avatar mo khan

Fix failing test

parent a1b1586d
...@@ -33,7 +33,8 @@ describe SoftwareLicensePolicies::CreateService do ...@@ -33,7 +33,8 @@ describe SoftwareLicensePolicies::CreateService do
context 'when valid parameters are specified' do context 'when valid parameters are specified' do
where(:approval_status, :expected_classification) do where(:approval_status, :expected_classification) do
[ [
%w[approved approved], %w[allowed allowed],
%w[approved allowed],
%w[denied denied], %w[denied denied],
%w[blacklisted denied] %w[blacklisted denied]
] ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment