Skip to content

Commit 3ca0ab1

Browse files
committed
appease linting gods
1 parent c91e2eb commit 3ca0ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent_integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func TestAgentsList(t *testing.T) {
5858

5959
agent1, agentPool, agentCleanup := createAgent(t, client, org)
6060
t.Cleanup(agentCleanup)
61-
agent2, agentPool, agentCleanup2 := createAgent(t, client, org)
61+
agent2, _, agentCleanup2 := createAgent(t, client, org)
6262
t.Cleanup(agentCleanup2)
6363

6464
t.Run("expect an agent to exist", func(t *testing.T) {

0 commit comments

Comments
 (0)