Skip to content

Commit

Permalink
new complete url test
Browse files Browse the repository at this point in the history
  • Loading branch information
xmendez committed Sep 22, 2017
1 parent bc9a136 commit bf0dd72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/acceptance.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
("test_url_hostname2_fuzz", "http://FUZZ/dir/a", [["localhost:8000"]], dict(), [(200, '/dir/a')], None),
("test_url_schema_fuzz", "FUZZ://localhost:8000/dir/a", [["http"]], dict(), [(200, '/dir/a')], None),
("test_url_all_url_fuzz", "FUZZ", [["http://localhost:8000/dir/a"]], dict(), [(200, '/dir/a')], None),
("test_url_all_url_fuzz2", "FUZZ", [["http://webscantest.com/datastore/search_get_by_name.php?name=Rake"]], dict(), [(200, '/datastore/search_get_by_name.php')], None),

# edge cases
("test_vhost_fuzz", "%s" % ECHO_URL, [["onevalue", "twovalue"]], dict(headers=[("Host", "FUZZ")], filter="content~'Host:' and content~FUZZ"), [(200, '/echo'), (200, '/echo')], None),
Expand Down

0 comments on commit bf0dd72

Please sign in to comment.