Skip to content

Commit

Permalink
define USER in the configuration test and watch it fail (maybe?)
Browse files Browse the repository at this point in the history
  • Loading branch information
aerorahul committed Jun 26, 2024
1 parent bad1489 commit bbe7ea8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
export SOME_BOOL5=.false.
export SOME_BOOL6=.F.
export EXPDIR="SOME_VALUE_FOR_EXPDIR"
export USER="wxflowuser"
"""

file1 = """#!/bin/bash
Expand Down Expand Up @@ -58,7 +59,8 @@
'SOME_BOOL4': False,
'SOME_BOOL5': False,
'SOME_BOOL6': False,
'EXPDIR': "SOME_VALUE_FOR_EXPDIR"
'EXPDIR': "SOME_VALUE_FOR_EXPDIR",
'USER': "wxflowuser"
}

file1_dict = {
Expand Down

0 comments on commit bbe7ea8

Please sign in to comment.