Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
alesapin committed Nov 30, 2023
1 parent d8bdbf2 commit 17ac9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_replicated_database/test.py
Expand Up @@ -799,7 +799,7 @@ def test_recover_staled_replica(started_cluster):
settings=settings,
)
main_node.query_with_retry(
"ALTER TABLE recover.mv1 MODIFY QUERY SELECT m FROM recover.rmt1",
"ALTER TABLE recover.mv1 MODIFY QUERY SELECT m as n FROM recover.rmt1",
settings=settings,
)
main_node.query_with_retry(
Expand Down

0 comments on commit 17ac9e3

Please sign in to comment.