Skip to content

Commit ebb8887

Browse files
committed
test: fix test name
1 parent e29c634 commit ebb8887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/auth/mongodb_oidc_k8s.prose.07.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ describe('OIDC Auth Spec K8s Tests', function () {
88
// Note there is no spec or tests for K8s, and it's optional to run the entire
99
// machine prose tests on the additional environments so we do 1 sanity check
1010
// here. This same test will run in CI on AKS, EKS, and GKE.
11-
describe('6. GCP Tests', function () {
11+
describe('7. K8s Tests', function () {
1212
let client: MongoClient;
1313
let collection: Collection;
1414

0 commit comments

Comments
 (0)