Skip to content

Commit

Permalink
Merge pull request #49795 from gtmanfred/tests
Browse files Browse the repository at this point in the history
fix test_managed_file_with_grains_data
  • Loading branch information
gtmanfred committed Sep 26, 2018
2 parents 04e5869 + cf5c179 commit fee6701
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions tests/integration/files/conf/minion
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ integration.test: True
# Grains addons
grains:
test_grain: cheese
grain_path: /tmp/salt-tests-tmpdir/file-grain-test
script: grail
alot: many
planets:
Expand Down
1 change: 0 additions & 1 deletion tests/integration/states/test_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ def test_managed_file_with_grains_data(self):
file.
'''
grain_path = os.path.join(TMP, 'file-grain-test')
self.run_function('grains.set', ['grain_path', grain_path])
state_file = 'file-grainget'

self.run_function('state.sls', [state_file])
Expand Down

0 comments on commit fee6701

Please sign in to comment.