removed comments and updated test-service_settings

This commit is contained in:
samathad2023
2024-03-13 10:28:07 -07:00
parent 7ff7455022
commit 37f6579ca8
2 changed files with 1 additions and 12 deletions

View File

@@ -2307,7 +2307,7 @@ def test_resume_service_after_confirm(
)
mock_api.assert_called_once_with(
"/service/{}/resume".format(SERVICE_ONE_ID), data=None
f"/service/{SERVICE_ONE_ID}/resume", data=None
)
mock_event.assert_called_once_with(
service_id=SERVICE_ONE_ID, resumed_by_id=user["id"]