Fix some nits from the previous commit that I accidentally merged before fixing.

Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
Matt Moyer 2021-03-16 13:54:29 -05:00
parent 10168ab2e7
commit 2319606cd2
No known key found for this signature in database
GPG Key ID: EAE88AD172C5AE2D
3 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# Copyright 2020-2021 the Pinniped contributors. All Rights Reserved.
# Copyright 2021 the Pinniped contributors. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
# Describe the capabilities of the cluster against which the integration tests will run.

View File

@ -1,4 +1,4 @@
# Copyright 2020-2021 the Pinniped contributors. All Rights Reserved.
# Copyright 2021 the Pinniped contributors. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
# Describe the capabilities of the cluster against which the integration tests will run.

View File

@ -356,7 +356,6 @@ func TestWhoAmI_Anonymous(t *testing.T) {
require.NoError(t, err)
// this also asserts that all users, even unauthenticated ones, can call this API when anonymous is enabled
// this test will need to be skipped when we start running the integration tests against AKS clusters
require.Equal(t,
&identityv1alpha1.WhoAmIRequest{
Status: identityv1alpha1.WhoAmIRequestStatus{