Update manual project Collection integration test to be compatible with EEs

This commit is contained in:
beeankha
2021-03-26 15:35:52 -04:00
parent 81024f8dfe
commit f38c9e7478
3 changed files with 30 additions and 21 deletions

View File

@@ -272,7 +272,7 @@ class TowerAPIModule(TowerModule):
if self._COLLECTION_TYPE not in self.collection_to_version or self.collection_to_version[self._COLLECTION_TYPE] != tower_type:
self.warn("You are using the {0} version of this collection but connecting to {1}".format(self._COLLECTION_TYPE, tower_type))
elif collection_compare_ver != tower_compare_ver:
self.warn("You are running collection version {0} but connecting to tower version {1}".format(self._COLLECTION_VERSION, tower_version))
self.warn("You are running collection version {0} but connecting to {2} version {1}".format(self._COLLECTION_VERSION, tower_version, tower_type))
self.version_checked = True