mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Write the string of the path to the cat file
This commit is contained in:
parent
bca1e4af01
commit
7003b5d168
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ pytestmark = [
|
|||
@pytest.fixture
|
||||
def cat_file(tmp_path):
|
||||
fp = tmp_path / "cat-file"
|
||||
fp.write_text(fp)
|
||||
fp.write_text(str(fp))
|
||||
return fp
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue