UNCLASSIFIED - NO CUI

bug: update tests are making external web requests

Many of the TestUpdate tests are making external web requests to repo1 to check for updates. This is causing all tests to fail when cutting a new release that does not currently exist on the server (!22 (merged)).

Tests should always mock out external dependencies and under no circumstances make HTTP requests to external systems.

image

Acceptance Criteria

Edited by Daniel Dides