Skip to content

Commit

Permalink
fixed oauth tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechromancer committed Nov 3, 2023
1 parent 3faab85 commit ffca4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbot/test/test_step_2/module_tests/test_module_oauth.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,4 +227,4 @@ def check(self, module_test, events):
== "Potentially Sprayable OAUTH Endpoint (domain: evilcorp.com) at https://evilcorp.okta.com/oauth2/v1/token"
for e in events
)
assert any(e.data == "sts.windows.net" for e in events)
assert any(e.data == "https://sts.windows.net/cc74fc12-4142-400e-a653-f98bdeadbeef/" for e in events)

0 comments on commit ffca4fa

Please sign in to comment.