Skip to content

Commit

Permalink
Still fixing temp file issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mcqueary committed Dec 15, 2023
1 parent 1b3f0b0 commit 4a67a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def text_file_with_bad_url():
os.environ["BAD_DATA_FILENAME"] = tf.name
with open(tf.name, "w") as f:
f.write("this-does-not-exist")
yield
yield tf


@pytest.fixture
Expand Down

0 comments on commit 4a67a60

Please sign in to comment.