We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99a3252 commit c0f95abCopy full SHA for c0f95ab
testcontainers/oracle.py
@@ -22,7 +22,7 @@ def __init__(self, image="wnameless/oracle-xe-11g-r2:latest", **kwargs):
22
def get_connection_url(self):
23
return super()._create_connection_url(
24
dialect="oracle", username="system", password="oracle", port=self.container_port,
25
- db_name="xe"
+ db_name="XE"
26
)
27
28
def _configure(self):
0 commit comments