Remove unused types declarations

This commit is contained in:
bcmmbaga
2023-09-26 12:28:06 +03:00
parent c10ebdb227
commit de1fa8b26b
2 changed files with 5 additions and 11 deletions

View File

@@ -8,15 +8,6 @@ import (
"github.com/stretchr/testify/assert"
)
type mockAzureCredentials struct {
jwtToken JWTToken
err error
}
func (mc *mockAzureCredentials) Authenticate() (JWTToken, error) {
return mc.jwtToken, mc.err
}
func TestAzureJwtStillValid(t *testing.T) {
type jwtStillValidTest struct {
name string