Skip to content

Commit 27521be

Browse files
committed
feat: minor fmt
1 parent 2214d45 commit 27521be

File tree

2 files changed

+137
-137
lines changed

2 files changed

+137
-137
lines changed

test/client/client_test.py

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1174,7 +1174,7 @@ async def test_write_batch(self, mock_request):
11741174
"user": "user:81684243-9356-4421-8fbf-a4f8d36aa31b",
11751175
}
11761176
],
1177-
"on_duplicate": "error"
1177+
"on_duplicate": "error",
11781178
},
11791179
"authorization_model_id": "01G5JAVJ41T49E9TT3SKVS7X1J",
11801180
},
@@ -1196,7 +1196,7 @@ async def test_write_batch(self, mock_request):
11961196
"user": "user:81684243-9356-4421-8fbf-a4f8d36aa31c",
11971197
}
11981198
],
1199-
"on_duplicate": "error"
1199+
"on_duplicate": "error",
12001200
},
12011201
"authorization_model_id": "01G5JAVJ41T49E9TT3SKVS7X1J",
12021202
},
@@ -1218,7 +1218,7 @@ async def test_write_batch(self, mock_request):
12181218
"user": "user:81684243-9356-4421-8fbf-a4f8d36aa31d",
12191219
}
12201220
],
1221-
"on_duplicate": "error"
1221+
"on_duplicate": "error",
12221222
},
12231223
"authorization_model_id": "01G5JAVJ41T49E9TT3SKVS7X1J",
12241224
},
@@ -1319,7 +1319,7 @@ async def test_write_batch_min_parallel(self, mock_request):
13191319
"user": "user:81684243-9356-4421-8fbf-a4f8d36aa31b",
13201320
}
13211321
],
1322-
"on_duplicate": "error"
1322+
"on_duplicate": "error",
13231323
},
13241324
"authorization_model_id": "01G5JAVJ41T49E9TT3SKVS7X1J",
13251325
},
@@ -1341,7 +1341,7 @@ async def test_write_batch_min_parallel(self, mock_request):
13411341
"user": "user:81684243-9356-4421-8fbf-a4f8d36aa31c",
13421342
}
13431343
],
1344-
"on_duplicate": "error"
1344+
"on_duplicate": "error",
13451345
},
13461346
"authorization_model_id": "01G5JAVJ41T49E9TT3SKVS7X1J",
13471347
},
@@ -1363,7 +1363,7 @@ async def test_write_batch_min_parallel(self, mock_request):
13631363
"user": "user:81684243-9356-4421-8fbf-a4f8d36aa31d",
13641364
}
13651365
],
1366-
"on_duplicate": "error"
1366+
"on_duplicate": "error",
13671367
},
13681368
"authorization_model_id": "01G5JAVJ41T49E9TT3SKVS7X1J",
13691369
},
@@ -1468,7 +1468,7 @@ async def test_write_batch_larger_chunk(self, mock_request):
14681468
"user": "user:81684243-9356-4421-8fbf-a4f8d36aa31c",
14691469
},
14701470
],
1471-
"on_duplicate": "error"
1471+
"on_duplicate": "error",
14721472
},
14731473
"authorization_model_id": "01G5JAVJ41T49E9TT3SKVS7X1J",
14741474
},
@@ -1490,7 +1490,7 @@ async def test_write_batch_larger_chunk(self, mock_request):
14901490
"user": "user:81684243-9356-4421-8fbf-a4f8d36aa31d",
14911491
}
14921492
],
1493-
"on_duplicate": "error"
1493+
"on_duplicate": "error",
14941494
},
14951495
"authorization_model_id": "01G5JAVJ41T49E9TT3SKVS7X1J",
14961496
},
@@ -1605,7 +1605,7 @@ async def test_write_batch_failed(self, mock_request):
16051605
"user": "user:81684243-9356-4421-8fbf-a4f8d36aa31b",
16061606
}
16071607
],
1608-
"on_duplicate": "error"
1608+
"on_duplicate": "error",
16091609
},
16101610
"authorization_model_id": "01G5JAVJ41T49E9TT3SKVS7X1J",
16111611
},
@@ -1627,7 +1627,7 @@ async def test_write_batch_failed(self, mock_request):
16271627
"user": "user:81684243-9356-4421-8fbf-a4f8d36aa31c",
16281628
}
16291629
],
1630-
"on_duplicate": "error"
1630+
"on_duplicate": "error",
16311631
},
16321632
"authorization_model_id": "01G5JAVJ41T49E9TT3SKVS7X1J",
16331633
},
@@ -1649,7 +1649,7 @@ async def test_write_batch_failed(self, mock_request):
16491649
"user": "user:81684243-9356-4421-8fbf-a4f8d36aa31d",
16501650
}
16511651
],
1652-
"on_duplicate": "error"
1652+
"on_duplicate": "error",
16531653
},
16541654
"authorization_model_id": "01G5JAVJ41T49E9TT3SKVS7X1J",
16551655
},
@@ -1768,7 +1768,7 @@ async def test_write_tuples(self, mock_request):
17681768
"user": "user:81684243-9356-4421-8fbf-a4f8d36aa31d",
17691769
},
17701770
],
1771-
"on_duplicate": "error"
1771+
"on_duplicate": "error",
17721772
},
17731773
"authorization_model_id": "01G5JAVJ41T49E9TT3SKVS7X1J",
17741774
},
@@ -1889,7 +1889,7 @@ async def test_write_batch_unauthorized(self, mock_request):
18891889
"object": "document:2021-budget",
18901890
}
18911891
],
1892-
"on_duplicate": "error"
1892+
"on_duplicate": "error",
18931893
},
18941894
"authorization_model_id": "01G5JAVJ41T49E9TT3SKVS7X1J",
18951895
},

0 commit comments

Comments
 (0)