Skip to content

Commit

Permalink
fix image used in oracle integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Michelle Laurenti committed Apr 4, 2024
1 parent ff4404c commit 9abcabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/testing/testdb/oracle.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9abcabe

Please sign in to comment.