diff --git a/integration_tests/test_gravity.py b/integration_tests/test_gravity.py
index 2f3fcac486..da0cd328dc 100644
--- a/integration_tests/test_gravity.py
+++ b/integration_tests/test_gravity.py
@@ -233,9 +233,7 @@ def get_id_from_receipt(receipt):
         "check the id after sendToChain call"
         for _, log in enumerate(receipt.logs):
             if log.topics[0] == HexBytes(
-                abi.event_signature_to_log_topic(
-                    "__CronosSendToChainResponse(uint256)"
-                )
+                abi.event_signature_to_log_topic("__CronosSendToChainResponse(uint256)")
             ):
                 return log.data
         return "0x0000000000000000000000000000000000000000000000000000000000000000"