Skip to content

Commit

Permalink
remove 'showSystemEvents' option from change stream test
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed May 26, 2022
1 parent 385e9d4 commit 588c515
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -478,8 +478,7 @@
"object": "shardedCollection",
"arguments": {
"pipeline": [],
"showExpandedEvents": true,
"showSystemEvents": true
"showExpandedEvents": true
},
"saveResultAsEntity": "changeStream0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ tests:
arguments:
pipeline: []
showExpandedEvents: true
showSystemEvents: true
saveResultAsEntity: &changeStream0 changeStream0
- name: runCommand
object: *adminDb
Expand Down

0 comments on commit 588c515

Please sign in to comment.