Skip to content

Commit

Permalink
Tidy import in firewall tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JimMadge committed Jan 8, 2025
1 parent 83ce861 commit 0748733
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/infrastructure/programs/sre/test_firewall.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pulumi
import pulumi.runtime
import pytest
from pulumi_azure_native import network
from pytest import fixture

from data_safe_haven.functions import replace_separators
from data_safe_haven.infrastructure.programs.sre.firewall import (
Expand All @@ -15,7 +15,7 @@
from data_safe_haven.types import AzureDnsZoneNames


@pytest.fixture
@fixture
def sre_monitoring_component(
location: str,
resource_group_name: str,
Expand Down Expand Up @@ -48,7 +48,7 @@ def sre_monitoring_component(
)


@pytest.fixture
@fixture
def firewall_props_internet_enabled(
location: str,
resource_group_name: str,
Expand Down Expand Up @@ -80,7 +80,7 @@ def firewall_props_internet_enabled(
)


@pytest.fixture
@fixture
def firewall_props_internet_disabled(
location: str,
resource_group_name: str,
Expand Down

0 comments on commit 0748733

Please sign in to comment.