Skip to content

Commit 23f0a5f

Browse files
levsabluetech
andauthored
Update testing/acceptance_test.py
Co-authored-by: Ran Benita <[email protected]>
1 parent 7b2e732 commit 23f0a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/acceptance_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ def test_func(self, a):
564564
"test_file.py::TestClass::test_func[y]",
565565
]
566566
args_file = pytester.maketxtfile(tests="\n".join(tests))
567-
result = pytester.runpytest(f"@{args_file.absolute()}")
567+
result = pytester.runpytest(f"@{args_file}")
568568
result.assert_outcomes(failed=0, passed=2)
569569

570570

0 commit comments

Comments
 (0)