mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-23 11:29:50 -05: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
|
||||
def client():
|
||||
client = NotificationsAPIClient()
|
||||
client = NotificationsAPIClient("api-key")
|
||||
client.post = Mock()
|
||||
client.get = Mock()
|
||||
client._perform_request = Mock()
|
||||
|
||||
Reference in New Issue
Block a user