Skip to content

Commit

Permalink
Update tests_integration/nativeapp/test_version.py
Browse files Browse the repository at this point in the history
Co-authored-by: Francois Campbell <francois.campbell@snowflake.com>
  • Loading branch information
sfc-gh-bdufour and sfc-gh-fcampbell committed Sep 19, 2024
1 parent 3eebc48 commit 74c3e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests_integration/nativeapp/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ def test_nativeapp_version_create_and_drop_from_manifest(
)
assert result_create.exit_code == 0

# app package contains version v1
# app package contains correct version
actual = runner.invoke_with_connection_json(["app", "version", "list"])
assert contains_row_with(
actual.json, {"version": normalize_identifier(version_name), "patch": 0}
Expand Down

0 comments on commit 74c3e10

Please sign in to comment.