Commit 99df7735 authored by Cage, Gregory's avatar Cage, Gregory
Browse files

Check version after creating Galaxy instance as healthcheck

parent c576a345
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -61,6 +61,7 @@ class Nova:
        if not isinstance(self.galaxy_url, str):
            raise ValueError("Galaxy URL must be a string")
        self.galaxy_instance = galaxy.GalaxyInstance(url=self.galaxy_url, key=self.galaxy_api_key)
        self.galaxy_instance.config.get_version()

    def create_data_store(self, name: str) -> Datastore:
        """Creates a datastore with the given name."""