Skip to content

Commit fee9cd7

Browse files
fix test
1 parent 3d30ce9 commit fee9cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/appsec/contrib_appsec/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def parse(path: str) -> str:
208208
interface.client.get("/")
209209
collection = endpoint_collection.endpoints
210210
assert collection
211-
for ep in collection.values():
211+
for ep in collection:
212212
assert ep.method
213213
# path could be empty, but must be a string
214214
assert isinstance(ep.path, str)

0 commit comments

Comments
 (0)