Skip to content

Commit

Permalink
exists is not a matcher that works here - not sure if we need a repla…
Browse files Browse the repository at this point in the history
…cement - just returns an empty string that obv isn't in the array of expected values

Signed-off-by: Amndeep Singh Mann <[email protected]>
  • Loading branch information
Amndeep7 committed Oct 10, 2024
1 parent 1a4bc5d commit c8ab74b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controls/SV-257949.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
end
else
describe ini({ content: network_manager.stdout.strip }) do
its('main.dns') { should exist }
its('main.dns') { should be_in ['none', 'default'] }
end
end
Expand Down

0 comments on commit c8ab74b

Please sign in to comment.