Skip to content

Commit

Permalink
Fix test with None path
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkavanagh committed Sep 25, 2019
1 parent 677de69 commit 99db1e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zaza/openstack/charm_tests/policyd/tests.py
Expand Up @@ -78,6 +78,7 @@ def _make_zip_file_from(self, name, files):
with zipfile.ZipFile(path, "w") as zfp:
for name, contents in files.items():
zfp.writestr(name, contents)
return path

def test_policyd_good_yaml(self):
# Test that the policyd with a good zipped yaml file puts the yaml file
Expand Down

0 comments on commit 99db1e3

Please sign in to comment.