Skip to content

Commit 9c4d9b3

Browse files
style: Apply automated code formatting [skip ci]
1 parent 8eda75d commit 9c4d9b3

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

test/test_zitadel.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ def _wait_for_wiremock(host: str, port: str) -> None:
2727

2828

2929
class ZitadelServicesTest(unittest.TestCase):
30-
3130
def test_services_dynamic(self) -> None:
3231
expected = set()
3332
package = importlib.import_module("zitadel_client.api")
@@ -71,9 +70,7 @@ def setup_class(cls) -> None:
7170
.with_network_aliases("wiremock")
7271
.with_exposed_ports(8080, 8443)
7372
.with_volume_mapping(keystore_path, "/home/wiremock/keystore.p12", mode="ro")
74-
.with_volume_mapping(
75-
os.path.join(FIXTURES_DIR, "mappings"), "/home/wiremock/mappings", mode="ro"
76-
)
73+
.with_volume_mapping(os.path.join(FIXTURES_DIR, "mappings"), "/home/wiremock/mappings", mode="ro")
7774
.with_command(
7875
"--https-port 8443"
7976
" --https-keystore /home/wiremock/keystore.p12"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)