Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed fake settings mode
  • Loading branch information
annatisch committed Jul 22, 2019
commit 27007f943acbe1f39dbd7f12ac268f96c4d7c25c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
# - Playback: run against stored recordings
# - Record: run tests against live storage and update recordings
# - RunLiveNoRecord: run tests against live storage without altering recordings
TEST_MODE = 'RunLiveNoRecord'
TEST_MODE = 'Playback'

# Set to true to enable logging for the tests
# logging is not enabled by default because it pollutes the CI logs
Expand Down