Land #18392, Remove raised exception in acceptance tests

This commit is contained in:
cgranleese-r7
2023-09-22 10:41:57 +01:00
committed by GitHub
+1 -1
View File
@@ -170,7 +170,7 @@ RSpec.describe 'Meterpreter' do
end
before :each do |example|
raise 'Failed to load allure metadata method' unless example.respond_to?(:parameter)
next unless example.respond_to?(:parameter)
# Add the test environment metadata to the rspec example instance - so it appears in the final allure report UI
test_environment.each do |key, value|