Skip to content

Commit

Permalink
Added missing pytest integration marks (#1917)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-astus authored Dec 4, 2024
1 parent c00c2e2 commit 8ddd2e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tests_integration/nativeapp/test_teardown.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ def test_nativeapp_teardown_pkg_versions(
assert result.exit_code == 0


@pytest.mark.integration
def test_nativeapp_teardown_multiple_apps_using_snow_app(
runner,
nativeapp_project_directory,
Expand Down Expand Up @@ -322,6 +323,7 @@ def test_nativeapp_teardown_multiple_apps_using_snow_app(
)


@pytest.mark.integration
def test_nativeapp_teardown_multiple_packages_using_snow_app_must_choose(
runner,
nativeapp_project_directory,
Expand Down
2 changes: 1 addition & 1 deletion tests_integration/test_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ def test_create_error_undefined_database(runner):
)


@pytest.mark.int
@pytest.mark.integration
def test_object_create_if_not_exist_and_replace(runner, test_database):

result = runner.invoke_with_connection(
Expand Down

0 comments on commit 8ddd2e2

Please sign in to comment.