Skip to content

Commit

Permalink
Update test_skf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
blabla1337 committed Jun 13, 2015
1 parent 900a280 commit 67328a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skf/test_skf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def test_knowledge_base_items(client):
assert b'Knowledge Base Security Vulnerabilities' in rv.data
assert b'Filename injection Path traversel' in rv.data
assert b'Repudiation attack' in rv.data
assert b'Open forward & Open redirects' in rv.data
assert b'Open forward' in rv.data
assert b'Verify that the session id is never disclosed' in rv.data
assert b'Logging guidelines' in rv.data

Expand Down

0 comments on commit 67328a8

Please sign in to comment.