mirror of
https://github.com/Eledio/superfaktura-client.git
synced 2025-11-01 00:18:25 +01:00
test_client_contact: fix pytest.fixture
This commit is contained in:
@@ -20,8 +20,7 @@ def client_contact():
|
||||
"SUPERFAKTURA_API_COMPANY_ID": "test_company_id",
|
||||
},
|
||||
):
|
||||
with patch("superfaktura.client_contacts.ClientContact", return_value=None):
|
||||
return ClientContact()
|
||||
return ClientContact()
|
||||
|
||||
|
||||
def test_add_contact_success(client_contact):
|
||||
|
||||
Reference in New Issue
Block a user