Skip to content

Commit

Permalink
Refactor code
Browse files Browse the repository at this point in the history
  • Loading branch information
rehanjaved237 committed Mar 14, 2021
1 parent 840b738 commit c872bcf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controllers/customer_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ var _ = Describe("Customer Controller", func() {
str := cUtil.RandSeqString(3)
customerInput.Spec.Name += str
customerInput.Spec.Email = "customer" + str + "@sample.com"
customerInput.Spec.Projects = []string{strings.ToUpper(projectKey)}

AfterEach(func() {
cUtil.TryDeleteCustomer(customerInput.Spec.Name, ns)
Expand Down

0 comments on commit c872bcf

Please sign in to comment.