We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95ba19d commit 48beda7Copy full SHA for 48beda7
test/functional/client_side_encryption/spec.test.js
@@ -24,7 +24,7 @@ describe('Client Side Encryption', function() {
24
}
25
26
const testContext = new TestRunnerContext();
27
- const testSuites = gatherTestSuites(path.join(__dirname, '../../spec/client-side-encryption'));
+ const testSuites = gatherTestSuites(path.join(__dirname, '../../spec/client-side-encryption/tests'));
28
after(() => testContext.teardown());
29
before(function() {
30
return testContext.setup(this.configuration);
0 commit comments