aboutsummaryrefslogtreecommitdiff
path: root/syncapi/storage/tables/topology_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'syncapi/storage/tables/topology_test.go')
-rw-r--r--syncapi/storage/tables/topology_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/syncapi/storage/tables/topology_test.go b/syncapi/storage/tables/topology_test.go
index b6ece0b0..2334aae2 100644
--- a/syncapi/storage/tables/topology_test.go
+++ b/syncapi/storage/tables/topology_test.go
@@ -20,7 +20,7 @@ func newTopologyTable(t *testing.T, dbType test.DBType) (tables.Topology, *sql.D
connStr, close := test.PrepareDBConnectionString(t, dbType)
db, err := sqlutil.Open(&config.DatabaseOptions{
ConnectionString: config.DataSource(connStr),
- })
+ }, sqlutil.NewExclusiveWriter())
if err != nil {
t.Fatalf("failed to open db: %s", err)
}