mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Lint: use support TMP path instead of integration TMP path
This commit is contained in:
parent
c081b2c62c
commit
590a6db626
1 changed files with 1 additions and 1 deletions
|
@ -451,7 +451,7 @@ class GitTest(ModuleCase, SaltReturnAssertsMixin):
|
|||
Test running git.latest state using the "depth" argument to limit the
|
||||
history. See #45394.
|
||||
'''
|
||||
name = os.path.join(integration.TMP, 'salt_repo')
|
||||
name = os.path.join(TMP, 'salt_repo')
|
||||
try:
|
||||
ret = self.run_state(
|
||||
'git.latest',
|
||||
|
|
Loading…
Add table
Reference in a new issue