Bring some tests up to match some current changes.

Change-Id: I741fc5df06f9fa06cf15dd04cba3ff9fbb90e880
This commit is contained in:
Patrick Jones
2021-01-07 16:35:06 -08:00
parent 1555f5377f
commit c37859f59d
2 changed files with 4 additions and 3 deletions

View File

@@ -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)
}