Skip to content

Commit

Permalink
feat: Fixed unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Morton <[email protected]>
  • Loading branch information
Kyle Morton committed Sep 1, 2022
1 parent e5c1b38 commit 6927774
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/listener/poll_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ func (mssm MockSecretClient) StoreSecrets(path string, secrets map[string]string
return nil
}

func (mssm MockSecretClient) GetKeys(subPath string) ([]string, error) {
return nil, nil
}

func (mssm MockSecretClient) GetTokenDetails() (*types.TokenMetadata, error) {
return nil, nil
}
Expand Down

0 comments on commit 6927774

Please sign in to comment.