aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/payments/tests/conftest.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyblackbird_cc/payments/tests/conftest.py')
-rw-r--r--pyblackbird_cc/payments/tests/conftest.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/pyblackbird_cc/payments/tests/conftest.py b/pyblackbird_cc/payments/tests/conftest.py
deleted file mode 100644
index 7919170..0000000
--- a/pyblackbird_cc/payments/tests/conftest.py
+++ /dev/null
@@ -1,6 +0,0 @@
-import pytest
-
-
-@pytest.fixture
-def user_data():
- return {"email": "testuser@example.com", "password": "testpassword123"}