mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-16 20:48:37 -04:00
CodeStyle correction
This commit is contained in:
@@ -126,7 +126,7 @@ def test_set_service_callback_api_raises_404_when_service_does_not_exist(client,
|
||||
|
||||
def test_update_service_callback_api_updates_url(client, sample_service):
|
||||
service_callback_api = create_service_callback_api(service=sample_service,
|
||||
url="https://original_url.com")
|
||||
url="https://original_url.com")
|
||||
|
||||
data = {
|
||||
"url": "https://another_url.com",
|
||||
@@ -143,7 +143,7 @@ def test_update_service_callback_api_updates_url(client, sample_service):
|
||||
|
||||
def test_update_service_callback_api_updates_bearer_token(client, sample_service):
|
||||
service_callback_api = create_service_callback_api(service=sample_service,
|
||||
bearer_token="some_super_secret")
|
||||
bearer_token="some_super_secret")
|
||||
data = {
|
||||
"bearer_token": "different_token",
|
||||
"updated_by_id": str(sample_service.users[0].id)
|
||||
|
||||
Reference in New Issue
Block a user