Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyAfik committed Nov 26, 2023
1 parent 6dcc37b commit 00a021c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ def test_module(self, _id: str, instance_name: str):
raise ApiException(
f"Test module failed - {raw_response.get('message')}, status code: {status_code}"
)
logger.debug(f'The test-module was successful for integration {_id}')
logger.debug(f"The test-module was successful for integration {_id}")

@retry(exceptions=ApiException)
def delete_integration_instance(
Expand Down

0 comments on commit 00a021c

Please sign in to comment.