Skip to content

Commit 1f0cdfe

Browse files
committed
push
1 parent 0529788 commit 1f0cdfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_decorators.py

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

2525

2626
def removeMockResourceManagerInstances():
27-
for public_key in LangfuseResourceManager._instances.keys():
27+
for public_key in list(LangfuseResourceManager._instances.keys()):
2828
if public_key != "pk-lf-1234567890":
2929
LangfuseResourceManager._instances.pop(public_key)
3030

0 commit comments

Comments
 (0)