Skip to content

Commit

Permalink
Fix tar integration test 
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-hildred committed Feb 20, 2024
1 parent d3a87cb commit aa55469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_backup_restore_new/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ def test_tar_archive_with_bad_compression_method():

assert instance.query("SELECT count(), sum(x) FROM test.table") == "100\t4950\n"

expected_error = "Compressing tar archives is currently not supported"
expected_error = "Using compression_method and compression_level options are not supported for tar archives"
assert expected_error in instance.query_and_get_error(
f"BACKUP TABLE test.table TO {backup_name} SETTINGS id='tar_archive_with_bad_compression_method', compression_method='foobar'"
)
Expand Down

0 comments on commit aa55469

Please sign in to comment.