Skip to content

Commit

Permalink
test: remove unfeasible test
Browse files Browse the repository at this point in the history
  • Loading branch information
lriberon committed Jan 8, 2025
1 parent 4ea2f6c commit bd0e6c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datadome/provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,6 @@ func TestAccEndpointResource_basic(t *testing.T) {
resource.TestCheckResourceAttr("datadome_endpoint.simple", "source", "Web Browser"),
resource.TestCheckResourceAttr("datadome_endpoint.simple", "traffic_usage", "Account Creation"),
resource.TestCheckResourceAttr("datadome_endpoint.simple", "user_agent_inclusion", "TFTEST"),
resource.TestCheckResourceAttrSet("datadome_endpoint.simple", "position_before"),
),
},
},
Expand Down

0 comments on commit bd0e6c6

Please sign in to comment.