Skip to content

Commit c0f95ab

Browse files
pmpetittillahoffmann
authored andcommitted
service naem in this image is XE, not xe.
1 parent 99a3252 commit c0f95ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testcontainers/oracle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def __init__(self, image="wnameless/oracle-xe-11g-r2:latest", **kwargs):
2222
def get_connection_url(self):
2323
return super()._create_connection_url(
2424
dialect="oracle", username="system", password="oracle", port=self.container_port,
25-
db_name="xe"
25+
db_name="XE"
2626
)
2727

2828
def _configure(self):

0 commit comments

Comments
 (0)