mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 15:08:25 -04:00
Removed jquery from a few simple javascript files
This commit is contained in:
@@ -153,7 +153,9 @@ def _cleanup_test_service(page: Page, service_name: str):
|
||||
|
||||
print(f"Successfully cleaned up test service: {service_name}") # noqa: T201
|
||||
else:
|
||||
print(f"Service '{service_name}' not found, may have been deleted already") # noqa: T201
|
||||
print( # noqa: T201
|
||||
f"Service '{service_name}' not found, may have been deleted already"
|
||||
)
|
||||
|
||||
except Exception as e:
|
||||
raise Exception(f"Failed to cleanup service '{service_name}': {str(e)}")
|
||||
|
||||
Reference in New Issue
Block a user