mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Add extra not to file path, another test is laying it down
which was breaking this one
This commit is contained in:
parent
464826ee82
commit
a85d1d4da1
@ -108,7 +108,7 @@ class FileTest(integration.ModuleCase, integration.SaltReturnAssertsMixIn):
|
||||
'''
|
||||
file.managed test interface
|
||||
'''
|
||||
name = os.path.join(integration.TMP, 'grail_not_scene33')
|
||||
name = os.path.join(integration.TMP, 'grail_not_not_scene33')
|
||||
ret = self.run_state(
|
||||
'file.managed', test=True, name=name, source='salt://grail/scene33'
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user