Skip to content

Commit 957b18e

Browse files
committed
Fix pool tests when running on a system database cluster
1 parent 6ba6ed8 commit 957b18e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asyncpg/cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ def is_managed(self):
496496
return False
497497

498498
def get_connection_spec(self):
499-
return self.conn_spec
499+
return dict(self.conn_spec)
500500

501501
def get_status(self):
502502
return 'running'

0 commit comments

Comments
 (0)