Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismarget-j committed Jul 19, 2023
1 parent df03708 commit e121977
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apstra/data_source_datacenter_routing_policy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ func TestDataSourceDatacenterRoutingPolicy_A(t *testing.T) {
dataSourceByIdHCL := fmt.Sprintf(dataSourceDataCenterRoutingPolicyByIdHCL, bpClient.Id(), rpId)
dataSourceByNameHCL := fmt.Sprintf(dataSourceDataCenterRoutingPolicyByNameHCL, bpClient.Id(), rp.Data.Label)

_ = rp
_ = dataSourceByNameHCL

// test check functions
resource.Test(t, resource.TestCase{
ProtoV6ProviderFactories: testAccProtoV6ProviderFactories,
Expand Down

0 comments on commit e121977

Please sign in to comment.