Skip to content

Commit

Permalink
fix dynamodb
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Aug 19, 2024
1 parent d7a23ea commit 11560ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cratedb_toolkit/testing/testcontainers/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ def start(self):
define the `CRATEDB_KEEPALIVE` or `TC_KEEPALIVE` environment variables.
"""

self._configure()
if hasattr(self, "_configure"):
self._configure()

if self._name is None:
raise ValueError(
Expand Down

0 comments on commit 11560ca

Please sign in to comment.