Skip to content

Commit 248253c

Browse files
committed
specify opa docker tag in tests
It was defaulting to v1, which is not supported by opa-java-client
1 parent 781a328 commit 248253c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opa-async-java-client/src/test/java/com/contentgrid/opa/client/OpaClientIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
@Testcontainers
4141
class OpaClientIntegrationTests {
4242

43-
private static final DockerImageName OPA_IMAGE = DockerImageName.parse("openpolicyagent/opa");
43+
private static final DockerImageName OPA_IMAGE = DockerImageName.parse("openpolicyagent/opa:0.70.0");
4444
private static final int OPA_EXPOSED_PORT = 8181;
4545

4646
@Container

0 commit comments

Comments
 (0)