Skip to content

Commit

Permalink
minor fix to apm_tests.js
Browse files Browse the repository at this point in the history
  • Loading branch information
christkv committed Dec 23, 2015
1 parent 66f5d6e commit 613fa24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/apm_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ exports['Correctly receive the APM events for a listCollections command'] = {
}

exports['Correctly receive the APM events for a listIndexes command'] = {
metadata: { requires: { topology: ['single'], mongodb:">=3.0.0" } },
metadata: { requires: { topology: ['replicaset'], mongodb:">=3.0.0" } },

// The actual test we wish to run
test: function(configuration, test) {
Expand Down

0 comments on commit 613fa24

Please sign in to comment.