Skip to content

Commit

Permalink
accommodate the extra config calls for the legacy uaa client init
Browse files Browse the repository at this point in the history
  • Loading branch information
jcvrabo committed Oct 18, 2024
1 parent 7a9526f commit 5c485a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions command/v7/shared/new_clients_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ var _ = Describe("New Clients", func() {

Expect(err).NotTo(HaveOccurred())
Expect(fakeConfig.TargetCallCount()).To(Equal(2))
Expect(fakeConfig.DialTimeoutCallCount()).To(Equal(3))
Expect(fakeConfig.SkipSSLValidationCallCount()).To(Equal(3))
Expect(fakeConfig.DialTimeoutCallCount()).To(Equal(4))
Expect(fakeConfig.SkipSSLValidationCallCount()).To(Equal(4))
})
})

Expand Down

0 comments on commit 5c485a9

Please sign in to comment.