Do not pin the wording of the mvt help text in the test

This commit is contained in:
Donncha Ó Cearbhaill
2026-08-27 15:34:53 +02:00
parent ee24121a73
commit c9a57f5d10
-1
View File
@@ -29,7 +29,6 @@ class TestMvtCommand:
assert result.exit_code == 0
assert "mvt-ios" in result.output
assert "mvt-android" in result.output
assert "check-*" in result.output
def test_version_prints_the_installed_version(self):
result = CliRunner().invoke(cli, [*OFFLINE, "version"])