Skip to content

Commit

Permalink
Update agent/agent_endpoint_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Nephin <[email protected]>
  • Loading branch information
FFMMM and dnephin authored Dec 2, 2021
1 parent 60b7dcb commit 468a401
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions agent/agent_endpoint_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5837,11 +5837,8 @@ func TestAgentConnectCALeafCert_good(t *testing.T) {

// Test caching for the leaf cert
{
fetched := 0
for {
if fetched == 4 {
break
}

for fetched := 0; fetched < 4; fetches++ {

// Fetch it again
resp := httptest.NewRecorder()
Expand Down

0 comments on commit 468a401

Please sign in to comment.