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 b81dd3b commit 4039adeCopy full SHA for 4039ade
test/unit/test_hotspots.py
@@ -27,7 +27,7 @@
27
28
def test_transitions() -> None:
29
"""test_transitions"""
30
- hotspot_d = hotspots.search(endpoint=tutil.SQ, filters={"project": "pytorch"})
+ hotspot_d = hotspots.search(endpoint=tutil.SQ, filters={"project": "test:juice-shop"})
31
hotspot = list(hotspot_d.values())[0]
32
33
assert hotspot.mark_as_safe()
0 commit comments