(t *testing.T)
| 76 | } |
| 77 | |
| 78 | func TestFullStackWithBrokenAuth(t *testing.T) { |
| 79 | viper.Set("jwt_auth_key", "test") |
| 80 | testFullStack(t, setBrokenJwtAuth, UnAuthtestSuite) |
| 81 | teardown() |
| 82 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…