From e3331c566fc02b2ef30e5480a71fd5a029cdf9c8 Mon Sep 17 00:00:00 2001 From: Ian Stapleton Cordasco Date: Fri, 23 Feb 2024 06:27:44 -0600 Subject: [PATCH] Fix build expecting cassette to be missing --- .gitignore | 2 ++ tests/cassettes/test_record_once.json | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 tests/cassettes/test_record_once.json diff --git a/.gitignore b/.gitignore index 60767d2..3708a0d 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,5 @@ tags build/ dist/ .pytest_cache/* +test_cassette.test +tests/cassettes/test_record_once.json diff --git a/tests/cassettes/test_record_once.json b/tests/cassettes/test_record_once.json deleted file mode 100644 index e84196a..0000000 --- a/tests/cassettes/test_record_once.json +++ /dev/null @@ -1 +0,0 @@ -{"http_interactions": [], "recorded_with": "betamax/0.8.2"} \ No newline at end of file