Skip to content

Commit e37f480

Browse files
Format
1 parent 3171ab0 commit e37f480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_upgrade.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ async def test_upgrade_from_edge(ops_test: OpsTest, charm, continuous_writes) ->
130130

131131
logger.info("Wait for refresh to start")
132132
await ops_test.model.block_until(
133-
lambda: mysql_router_application.status == "blocked", timeout=3*60
133+
lambda: mysql_router_application.status == "blocked", timeout=3 * 60
134134
)
135135
assert (
136136
"resume-refresh" in mysql_router_application.status_message

0 commit comments

Comments
 (0)