Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
lausser committed Sep 15, 2017
1 parent 66dd94e commit 4ef22b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_contacts.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def test_create_custom_contact(self):
self.assert_(utick.__class__.__name__ == "GenericContact")

self.generator.recipes['test221'].output()
self.assert_(os.path.exists("var/objects/test10/dynamic/hosts"))
self.assert_(os.path.exists("var/objects/test22/dynamic/hosts"))

def test_create_bmc_contact(self):
self.print_header()
Expand Down

0 comments on commit 4ef22b2

Please sign in to comment.