Skip to content

Commit 7e9be69

Browse files
committed
JIRA WDT-36 Revised test
1 parent b7d8578 commit 7e9be69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/python/variables_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def testFileVariableWithVariable(self):
8585

8686
def testFileVariableWithConstant(self):
8787
model = {'domainInfo': {'AdminUserName': '@@FILE:@@ORACLE_HOME@@/' + self._file_variable_name + '@@'}}
88-
variables.substitute(model, {'variable_dir': self._resources_dir}, self.model_context)
88+
variables.substitute(model, {}, self.model_context)
8989
self.assertEqual(model['domainInfo']['AdminUserName'], 'file-variable-value')
9090

9191
def testFileVariableNotFound(self):

0 commit comments

Comments
 (0)