Skip to content

Commit 2c8e81e

Browse files
committed
update test
1 parent 6c56301 commit 2c8e81e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/pr_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ func TestFullyConfigurableSolution(t *testing.T) {
118118
{Name: "cluster_id", Value: terraform.Output(t, existingTerraformOptions, "cluster_id"), DataType: "string"},
119119
{Name: "cluster_resource_group_id", Value: terraform.Output(t, existingTerraformOptions, "cluster_resource_group_id"), DataType: "string"},
120120
{Name: "access_key", Value: terraform.Output(t, existingTerraformOptions, "access_key"), DataType: "string", Secure: true},
121+
{Name: "priority_class_name", Value: "sysdig-daemonset-priority", DataType: "string"},
121122
}
122123

123124
err := options.RunSchematicTest()

0 commit comments

Comments
 (0)