We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7227a6 commit f0c9896Copy full SHA for f0c9896
app_test.go
@@ -56,7 +56,7 @@ func Test_formatValidatorToken(t *testing.T) {
56
}
57
58
func Test_formatResponse(t *testing.T) {
59
- fixture := `{"apiVersion":"client.authentication.k8s.io/v1beta1","kind":"ExecCredential","status":{"token":"my-bearer-token"}}`
+ fixture := `{"apiVersion":"client.authentication.k8s.io/v1beta1","kind":"ExecCredential","status":{}}`
60
actual, err := formatResponse(&response{})
61
require.Equal(t, fixture, actual)
62
require.Nil(t, err)
0 commit comments