Skip to content

Commit 48b516a

Browse files
Update aikido_zen/sinks/tests/requests_and_urrlib3_test.py
Co-authored-by: Hans Ott <hansott@hotmail.be>
1 parent 9507719 commit 48b516a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aikido_zen/sinks/tests/requests_and_urrlib3_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def ssrf_check(monkeypatch, url):
9696
"http://[::ffff:127.0.0.1]:8081",
9797
],
9898
)
99-
def test_srrf_1(monkeypatch, url):
99+
def test_ssrf_1(monkeypatch, url):
100100
ssrf_check(monkeypatch, url)
101101

102102

0 commit comments

Comments
 (0)