forked from remote/oauth2
Bring some tests up to match some current changes.
Change-Id: I741fc5df06f9fa06cf15dd04cba3ff9fbb90e880
This commit is contained in:
@@ -53,7 +53,7 @@ func TestRetrieveFileSubjectToken(t *testing.T) {
|
||||
tfc := testFileConfig
|
||||
tfc.CredentialSource = test.cs
|
||||
|
||||
out, err := tfc.parse().retrieveSubjectToken(&tfc)
|
||||
out, err := tfc.parse().subjectToken()
|
||||
if err != nil {
|
||||
t.Errorf("Method retrieveSubjectToken for type fileCredentialSource in test %v failed; %e", test.name, err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user