Fix tests

This commit is contained in:
Dominik Ritter 2018-08-04 22:57:06 +02:00
commit e7cbcc5187
2 changed files with 6 additions and 0 deletions

View file

@ -16,6 +16,8 @@ function setUp() {
function tearDown() {
# Restore old variables
[[ -n "$OLD_DEFAULT_USER" ]] && DEFAULT_USER=$OLD_DEFAULT_USER
return 0
}
function testContextSegmentDoesNotGetRenderedWithDefaultUser() {