Skip to content

Refactor tests to work with or without local registry setup #142

Description

@pendo324

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).

See here for an example error.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions