Skip to content

Commit 7dc8f76

Browse files
Changing one synchronized reference back to UK spelling cause API uses it
1 parent c153fb4 commit 7dc8f76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cloudsmith_cli/cli/tests/commands/test_package_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def test_push_and_delete_raw_package(
5555
for _ in range(10):
5656
time.sleep(5)
5757
result = runner.invoke(status, args=[org_repo_package], catch_exceptions=False)
58-
if "Fully Synchronized" in result.output:
58+
if "Fully Synchronised" in result.output:
5959
break
6060
else:
6161
raise TimeoutError("Test timed out waiting for package sync")

0 commit comments

Comments
 (0)