Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
arpith-f5 committed Feb 19, 2025
1 parent 8f5233a commit db94588
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func TestAccNginxDeploymentDataSource_nginxappprotect(t *testing.T) {
{
Config: r.basicNginxAppProtect(data),
Check: acceptance.ComposeTestCheckFunc(
check.That(data.ResourceName).Key("web_application_firewall.0.activation_state").HasValue("Enabled"),
check.That(data.ResourceName).Key("web_application_firewall.0.activation_state_enabled").HasValue("true"),
),
},
})
Expand Down

0 comments on commit db94588

Please sign in to comment.