Skip to content

Commit

Permalink
add test case back
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernard A Boateng committed Apr 11, 2019
1 parent 16e8825 commit 6fd0aa4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/plugins/keyword_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,9 @@ def test_analyze_php_negatives(self, file_content):
for negative in (
STANDARD_NEGATIVES + [
# FOLLOWED_BY_COLON_QUOTES_REQUIRED_RE
'apikey: hope]nobody[finds>-_$#thisone',
'apikey:hope]nobody[finds>-_$#thisone',
'theapikey:hope]nobody[finds>-_$#thisone',
# FOLLOWED_BY_EQUAL_SIGNS_QUOTES_REQUIRED_RE
"some_dict['secret'] = hope]nobody[finds>-_$#thisone",
'my_password=hope]nobody[finds>-_$#thisone',
Expand Down

0 comments on commit 6fd0aa4

Please sign in to comment.