[Travis] include a test in not UTC

see #742
This commit is contained in:
MinchinWeb 2019-11-28 08:21:01 -07:00
parent 3c2ced0989
commit cdad3230f0
2 changed files with 11 additions and 8 deletions

View file

@ -164,7 +164,7 @@ def has_error(context):
@then('we should get no error')
def no_error(context):
assert context.exit_status is 0, context.exit_status
assert context.exit_status == 0, context.exit_status
@then('the output should be parsable as json')