Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavi Mendez committed Oct 31, 2020
1 parent 0cad4b4 commit 8245875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/plugins/test_links.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@pytest.mark.parametrize(
"example_full_fuzzres_content, expected_links",
[
(b'<link rel="manifest" data-href="/android-chrome-manifest.json">\n', [],),
# getting data-href for now (b'<link rel="manifest" data-href="/android-chrome-manifest.json">\n', [],),
(
b'<href="1.json"href="2.json">\n',
["http://www.wfuzz.org/1.json", "http://www.wfuzz.org/2.json"],
Expand Down

0 comments on commit 8245875

Please sign in to comment.