We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7d8578 commit 7e9be69Copy full SHA for 7e9be69
core/src/test/python/variables_test.py
@@ -85,7 +85,7 @@ def testFileVariableWithVariable(self):
85
86
def testFileVariableWithConstant(self):
87
model = {'domainInfo': {'AdminUserName': '@@FILE:@@ORACLE_HOME@@/' + self._file_variable_name + '@@'}}
88
- variables.substitute(model, {'variable_dir': self._resources_dir}, self.model_context)
+ variables.substitute(model, {}, self.model_context)
89
self.assertEqual(model['domainInfo']['AdminUserName'], 'file-variable-value')
90
91
def testFileVariableNotFound(self):
0 commit comments