Skip to content

Commit

Permalink
Reorder forked marker
Browse files Browse the repository at this point in the history
  • Loading branch information
szokeasaurusrex committed Mar 18, 2024
1 parent e5be801 commit 3572b02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,6 @@ def test_get_cloud_resource_context_supported_providers(cloud_provider):
assert CloudResourceContextIntegration._get_cloud_resource_context() != {}


@pytest.mark.forked
@pytest.mark.parametrize(
"cloud_provider, cloud_resource_context, warning_called, set_context_called",
[
Expand All @@ -368,6 +367,7 @@ def test_get_cloud_resource_context_supported_providers(cloud_provider):
[CLOUD_PROVIDER.GCP, {"some": "context"}, False, True],
],
)
@pytest.mark.forked
def test_setup_once(
cloud_provider, cloud_resource_context, warning_called, set_context_called
):
Expand Down

0 comments on commit 3572b02

Please sign in to comment.