Skip to content

Commit

Permalink
Not necessary to remove agents from state
Browse files Browse the repository at this point in the history
  • Loading branch information
1riatsila1 committed Aug 29, 2024
1 parent ea5ebba commit a9cd3f8
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions pkg/config-api-provider/test/agent_group_assignment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,25 +152,6 @@ func TestAgentGroupAssignmentResource(t *testing.T) {
resource.TestCheckResourceAttr("uxi_agent_group_assignment.my_agent_group_assignment", "id", "agent_group_assignment_uid_2"),
),
},
// Remove agents from state
{
Config: providerConfig + `
removed {
from = uxi_agent.my_agent
lifecycle {
destroy = false
}
}
removed {
from = uxi_agent.my_agent_2
lifecycle {
destroy = false
}
}`,
},
// Delete testing automatically occurs in TestCase
},
})
Expand Down

0 comments on commit a9cd3f8

Please sign in to comment.