You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, all of the tests are written to use the localImages map which is only populated if the SetupLocalRegistry function is first called.
The code should be refactored such that the tests don't care about such details and work regardless of whether the images are local or not (maybe through a helper struct with a GetImage(localImage) method).
Right now, all of the tests are written to use the
localImages
map which is only populated if theSetupLocalRegistry
function is first called.The code should be refactored such that the tests don't care about such details and work regardless of whether the images are local or not (maybe through a helper struct with a
GetImage(localImage)
method).See here for an example error.
The text was updated successfully, but these errors were encountered: