mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-23 15:56:45 -04:00
git coverage for the notifications client
This commit is contained in:
@@ -7,7 +7,7 @@ from notifications_python_client.notifications import NotificationsAPIClient
|
|||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
def client():
|
def client():
|
||||||
client = NotificationsAPIClient()
|
client = NotificationsAPIClient("api-key")
|
||||||
client.post = Mock()
|
client.post = Mock()
|
||||||
client.get = Mock()
|
client.get = Mock()
|
||||||
client._perform_request = Mock()
|
client._perform_request = Mock()
|
||||||
|
|||||||
Reference in New Issue
Block a user