Skip to content

Commit 4039ade

Browse files
committed
Remove usage of pytorch
1 parent b81dd3b commit 4039ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/test_hotspots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
def test_transitions() -> None:
2929
"""test_transitions"""
30-
hotspot_d = hotspots.search(endpoint=tutil.SQ, filters={"project": "pytorch"})
30+
hotspot_d = hotspots.search(endpoint=tutil.SQ, filters={"project": "test:juice-shop"})
3131
hotspot = list(hotspot_d.values())[0]
3232

3333
assert hotspot.mark_as_safe()

0 commit comments

Comments
 (0)