From 9abcabe9facc04ba06fec878440d9c6f850151d8 Mon Sep 17 00:00:00 2001 From: Michelle Laurenti Date: Thu, 4 Apr 2024 14:19:36 +0200 Subject: [PATCH] fix image used in oracle integration tests --- internal/testing/testdb/oracle.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/testing/testdb/oracle.go b/internal/testing/testdb/oracle.go index 4277d2876..adf29fdd8 100644 --- a/internal/testing/testdb/oracle.go +++ b/internal/testing/testdb/oracle.go @@ -12,7 +12,7 @@ import ( ) const ( - ORACLE_IMAGE = "container-registry.oracle.com/database/free:latest" + ORACLE_IMAGE = "container-registry.oracle.com/database/free" ORACLE_VERSION = "latest" ORACLE_PASSWORD = "password"