ContainerImage.Pinniped/internal/controller/authenticator/jwtcachefiller
Margo Crawford 720bc7ae42 jwtcachefiller_test.go: refactor and remove "if short skip" check
- Refactor the test to avoid testing a private method and instead
  always test the results of running the controller.
- Also remove the `if testing.Short()` check because it will always
  be short when running unit tests. This prevented the unit test
  from ever running, both locally and in CI.

Signed-off-by: Ryan Richard <richardry@vmware.com>
2020-12-15 13:33:49 -08:00
..
jwtcachefiller.go Only create underlying jwt authenticator when spec has changed 2020-12-08 15:41:49 -05:00
jwtcachefiller_test.go jwtcachefiller_test.go: refactor and remove "if short skip" check 2020-12-15 13:33:49 -08:00