Closed bboreham closed 4 years ago
resource.OS was fetching Name and Version which were never used. os.OS.IDs() was fetching UUIDs again, even though they had just been fetched. Remove the code that implemented this, and a test that relied on it.
resource.OS
Name
Version
os.OS.IDs()
resource.OS
was fetchingName
andVersion
which were never used.os.OS.IDs()
was fetching UUIDs again, even though they had just been fetched. Remove the code that implemented this, and a test that relied on it.