Skip to content

Commit 5a998bb

Browse files
author
Roman
committed
remove specific commit
1 parent 8a9e988 commit 5a998bb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/e2e_tests/utils/e2e_test_utils.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,7 @@ async def _reader(self):
213213
self.set_weights.set()
214214

215215
def __init__(self):
216-
self.dir = clone_or_update_templates(
217-
specific_commit="92d5bdf1069286d97470362c5c22611aa0fa048c"
218-
)
216+
self.dir = clone_or_update_templates()
219217

220218
def __enter__(self):
221219
return self

0 commit comments

Comments
 (0)