git coverage for the notifications client

This commit is contained in:
Kenneth Kehl
2025-06-27 13:42:33 -07:00
parent 1046acb2f3
commit ad42c8d51d

View File

@@ -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()