Skip to content

Commit

Permalink
Merge pull request #1419 from adamkiczula/fix_flaky_test
Browse files Browse the repository at this point in the history
Fix flaky rails4 test
  • Loading branch information
presidentbeef committed Oct 28, 2019
2 parents 1cf56ca + bfc6471 commit 25fad31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/rails4.rb
Expand Up @@ -1667,8 +1667,8 @@ def test_external_check

#Verify checks external to Brakeman are loaded
def test_external_checks
assert defined? Brakeman::CheckExternalCheckTest
#Initial "Check" removed from check names
assert report[:checks_run].include? "ExternalCheckTest"
assert defined? Brakeman::CheckExternalCheckTest
end
end

0 comments on commit 25fad31

Please sign in to comment.