Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahramadan committed Oct 24, 2023
1 parent 5546674 commit 92f3b0f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/new_relic/control/security_interface_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ def test_initialization_short_circuits_if_the_agent_has_already_been_started
end

refute reached, 'Expected init_agent to short circuit but it reached code within the method instead!'
assert_metrics_recorded 'Supportability/Ruby/SecurityAgent/Agent/Enabled/enabled'
assert_metrics_recorded 'Supportability/Ruby/SecurityAgent/Enabled/enabled'
end

def test_initialization_short_circuits_if_the_agent_has_been_told_to_wait
Expand All @@ -85,8 +83,6 @@ def test_initialization_short_circuits_if_the_agent_has_been_told_to_wait
end

refute reached, 'Expected init_agent to short circuit but it reached code within the method instead!'
assert_metrics_recorded 'Supportability/Ruby/SecurityAgent/Agent/Enabled/enabled'
assert_metrics_recorded 'Supportability/Ruby/SecurityAgent/Enabled/enabled'
end

def test_initialization_requires_the_security_agent
Expand Down

0 comments on commit 92f3b0f

Please sign in to comment.