Skip to content

Commit 920c7ac

Browse files
committed
Standardize WireMock version to 3.12.1\n\nAlign transport options test with the version used in other tests.
1 parent 3b35cb7 commit 920c7ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_transport_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def setup_class(cls) -> None:
4242
cls.network = Network().create()
4343

4444
cls.wiremock = (
45-
DockerContainer("wiremock/wiremock:3.3.1")
45+
DockerContainer("wiremock/wiremock:3.12.1")
4646
.with_network(cls.network)
4747
.with_network_aliases("wiremock")
4848
.with_exposed_ports(8080, 8443)

0 commit comments

Comments
 (0)