Skip to content

Commit 592764a

Browse files
committed
fix
1 parent bd6a15a commit 592764a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = testcontainers-iris
3-
version = 1.1.2
3+
version = 1.2.0
44
long_description_content_type = text/markdown
55
long_description = file: README.md
66
url = https://github.com/caretdev/testcontainers-iris-python

Diff for: testcontainers/iris/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def get_connection_url(self, host=None) -> str:
9090
dialect="iris",
9191
username=self.username,
9292
password=self.password,
93-
db_name=self.namespace,
93+
dbname=self.namespace,
9494
host=host,
9595
port=self.port,
9696
)

0 commit comments

Comments
 (0)