Skip to content

Commit f0c9896

Browse files
committed
fix tests broken by #215
1 parent f7227a6 commit f0c9896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func Test_formatValidatorToken(t *testing.T) {
5656
}
5757

5858
func Test_formatResponse(t *testing.T) {
59-
fixture := `{"apiVersion":"client.authentication.k8s.io/v1beta1","kind":"ExecCredential","status":{"token":"my-bearer-token"}}`
59+
fixture := `{"apiVersion":"client.authentication.k8s.io/v1beta1","kind":"ExecCredential","status":{}}`
6060
actual, err := formatResponse(&response{})
6161
require.Equal(t, fixture, actual)
6262
require.Nil(t, err)

0 commit comments

Comments
 (0)