Skip to content

Commit

Permalink
remove EXPDIR and USER from the config tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aerorahul committed Jun 26, 2024
1 parent bbe7ea8 commit 239773c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/test_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
export SOME_BOOL4=NO
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,9 +56,7 @@
'SOME_BOOL3': True,
'SOME_BOOL4': False,
'SOME_BOOL5': False,
'SOME_BOOL6': False,
'EXPDIR': "SOME_VALUE_FOR_EXPDIR",
'USER': "wxflowuser"
'SOME_BOOL6': False
}

file1_dict = {
Expand Down

0 comments on commit 239773c

Please sign in to comment.