Skip to content

Commit 704b91c

Browse files
manicsminrk
andauthored
set external-verify name in test
Co-authored-by: Min RK <[email protected]>
1 parent 0186eef commit 704b91c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def collect(self):
264264
if external_verify_script.exists():
265265
yield Repo2DockerTest.from_parent(
266266
self,
267-
name=self.path.name,
267+
name=external_verify_script.name,
268268
args=args,
269269
skip_build=True,
270270
external_script=external_verify_script,

0 commit comments

Comments
 (0)