(t *testing.T)
| 70 | } |
| 71 | |
| 72 | func TestFullStackWithAuth(t *testing.T) { |
| 73 | viper.Set("jwt_auth_key", "test") |
| 74 | testFullStack(t, setJwtAuth, testSuite) |
| 75 | teardown() |
| 76 | } |
| 77 | |
| 78 | func TestFullStackWithBrokenAuth(t *testing.T) { |
| 79 | viper.Set("jwt_auth_key", "test") |
nothing calls this directly
no test coverage detected
searching dependent graphs…