aboutsummaryrefslogblamecommitdiffstats
path: root/pyblackbird_cc/payments/tests/conftest.py
blob: 7919170c6d519f0cf9bf09871b00eca4942217ce (plain) (tree)
1
2
3
4
5
6





                                                                           
import pytest


@pytest.fixture
def user_data():
    return {"email": "testuser@example.com", "password": "testpassword123"}