Skip to content

Commit 3d905b9

Browse files
committed
fix go again
1 parent c86b172 commit 3d905b9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/CTS/client/search/helpers.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,7 @@
390390
"path": "waitForApiKey",
391391
"parameters": {
392392
"key": "api-key-add-operation-test-${{languageCased}}",
393-
"operation": "add",
394-
"apiKey": null
393+
"operation": "add"
395394
},
396395
"expected": {
397396
"type": "response",
@@ -505,8 +504,7 @@
505504
"path": "waitForApiKey",
506505
"parameters": {
507506
"key": "api-key-delete-operation-test-${{languageCased}}",
508-
"operation": "delete",
509-
"apiKey": null
507+
"operation": "delete"
510508
},
511509
"expected": {
512510
"type": "response",

0 commit comments

Comments
 (0)