Land #18392, Remove raised exception in acceptance tests
This commit is contained in:
@@ -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|
|
||||
|
||||
Reference in New Issue
Block a user