Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
uturunku1 committed Mar 3, 2022
1 parent 14be942 commit a83b069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent_pool_integration_test.go
Expand Up @@ -41,7 +41,7 @@ func TestAgentPoolsList(t *testing.T) {
})
defer wTestCleanup()

k, err := client.AgentPools.List(ctx, agentPool.ID, &AgentPoolListOptions{
k, err := client.AgentPools.List(ctx, orgTest.Name, &AgentPoolListOptions{
Include: []AgentPoolIncludeOpt{AgentPoolWorkspaces},
})
require.NoError(t, err)
Expand Down

0 comments on commit a83b069

Please sign in to comment.