From 020cd7776a325ef778ce1807a2c2b24a7e0e6100 Mon Sep 17 00:00:00 2001 From: Larry McQueary Date: Thu, 14 Dec 2023 18:53:56 -0700 Subject: [PATCH] Still fixing temp file issues --- tests/test_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_cli.py b/tests/test_cli.py index 42d7a96..001b0fe 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -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