Skip to content

Commit b67b52b

Browse files
authored
GODRIVER-1960 Replace acceptAPIVersion2 with acceptApiVersion2 (#642)
1 parent 9a3bd05 commit b67b52b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

data/versioned-api/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Notes
1212
This directory contains tests for the Versioned API specification. They are
1313
implemented in the `Unified Test Format <../../unified-test-format/unified-test-format.rst>`__,
1414
and require schema version 1.1. Note that to run these tests, the server must be
15-
started with both ``enableTestCommands`` and ``acceptAPIVersion2`` parameters
15+
started with both ``enableTestCommands`` and ``acceptApiVersion2`` parameters
1616
set to true.
1717

1818
Testing with required API version

data/versioned-api/test-commands-deprecation-errors.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"minServerVersion": "4.9",
77
"serverParameters": {
88
"enableTestCommands": true,
9-
"acceptAPIVersion2": true,
9+
"acceptApiVersion2": true,
1010
"requireApiVersion": false
1111
}
1212
}

data/versioned-api/test-commands-deprecation-errors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runOnRequirements:
66
- minServerVersion: "4.9"
77
serverParameters:
88
enableTestCommands: true
9-
acceptAPIVersion2: true
9+
acceptApiVersion2: true
1010
requireApiVersion: false
1111

1212
createEntities:

0 commit comments

Comments
 (0)