Skip to content

Commit ad7d6f2

Browse files
committed
fix ci
1 parent 1c185ff commit ad7d6f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ func setupQuestDB0(ctx context.Context, auth ilpAuthType, setupProxy bool) (*que
155155
newNetwork, err := testcontainers.GenericNetwork(ctx, testcontainers.GenericNetworkRequest{
156156
NetworkRequest: testcontainers.NetworkRequest{
157157
Name: networkName,
158-
CheckDuplicate: true,
158+
CheckDuplicate: false,
159159
},
160160
})
161161
if err != nil {

0 commit comments

Comments
 (0)