We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d30ce9 commit fee9cd7Copy full SHA for fee9cd7
tests/appsec/contrib_appsec/utils.py
@@ -208,7 +208,7 @@ def parse(path: str) -> str:
208
interface.client.get("/")
209
collection = endpoint_collection.endpoints
210
assert collection
211
- for ep in collection.values():
+ for ep in collection:
212
assert ep.method
213
# path could be empty, but must be a string
214
assert isinstance(ep.path, str)
0 commit comments