From 7f52bc92467f7fd42e66648f7d4bafee188df76a Mon Sep 17 00:00:00 2001 From: John Mizerany Date: Thu, 30 Nov 2023 09:50:39 -0600 Subject: [PATCH] force run --- .github/workflows/test.yml | 1 - tests/test_core.py | 3 --- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0da0bea..a883ae7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,4 @@ ### A CI workflow template that runs linting and python testing -### TODO: Modify as needed or as desired. name: Test tap-fleetio diff --git a/tests/test_core.py b/tests/test_core.py index 93a9e26..188a7c3 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -19,6 +19,3 @@ tap_class=Tapfleetio, config=SAMPLE_CONFIG, ) - - -# TODO: Create additional tests as appropriate for your tap.