fix(agent): quote DSN values and drop deprecated testcontainers import
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import itertools
|
||||
|
||||
import pytest
|
||||
from testcontainers.postgres import PostgresContainer
|
||||
from testcontainers.community.postgres import PostgresContainer
|
||||
|
||||
from agent.config import AgentConfig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user