argoproj-labs / rollouts-plugin-trafficrouter-glooplatform

Apache License 2.0
0 stars 4 forks source link

improved testing #6

Open ilrudie opened 1 day ago

ilrudie commented 1 day ago

Presently the plugin testing involves use of a special field in the type. This is not ideal and should be iterated to remove reliance on this type of testing pattern

        // don't actually patch the RT
        if r.IsTest {
            continue
        }