Skip to content

Commit 1a8b053

Browse files
Update tests/integration/test_storage_nats/test.py
Co-authored-by: Yakov Olkhovskiy <[email protected]>
1 parent a207a1a commit 1a8b053

File tree

1 file changed

+1
-1
lines changed
  • tests/integration/test_storage_nats

1 file changed

+1
-1
lines changed

tests/integration/test_storage_nats/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def wait_nats_paused(nats_port, ssl_ctx=None, timeout=180):
6161
logging.debug("NATS is paused")
6262
return
6363
except Exception as ex:
64-
logging.warning("Detect NATS status failed, error:" + str(ex))
64+
logging.warning("Detect NATS status failed with error \"" + str(ex) + "\" - continue waiting for proper status...")
6565
time.sleep(0.5)
6666

6767
assert False, "NATS is not paused"

0 commit comments

Comments
 (0)