Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
BobyMCbobs committed Apr 30, 2020
1 parent e09e781 commit bd9269f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/e2e/auth/service_accounts.go
Original file line number Diff line number Diff line change
Expand Up @@ -624,12 +624,12 @@ var _ = SIGDescribe("ServiceAccounts", func() {
})

/*
Release: v1.19
Testname: ServiceAccount lifecycle test
Description: Creates a ServiceAccount with a static Label MUST be added as shown in watch event.
Patching the ServiceAccount MUST return it's new property.
Listing the ServiceAccounts MUST return the test ServiceAccount with it's patched values.
ServiceAccount will be deleted and MUST find a deleted watch event.
Release: v1.19
Testname: ServiceAccount lifecycle test
Description: Creates a ServiceAccount with a static Label MUST be added as shown in watch event.
Patching the ServiceAccount MUST return it's new property.
Listing the ServiceAccounts MUST return the test ServiceAccount with it's patched values.
ServiceAccount will be deleted and MUST find a deleted watch event.
*/
framework.ConformanceIt("should run through the lifecycle of a ServiceAccount", func() {
testNamespaceName := f.Namespace.Name
Expand Down

0 comments on commit bd9269f

Please sign in to comment.