There was an error while loading. Please reload this page.
1 parent 219e0e6 commit 55cd219Copy full SHA for 55cd219
1 file changed
internal/datasources/browserpool/datasource_test.go
@@ -86,6 +86,10 @@ func TestDataSourceSchemaSemantics(t *testing.T) {
86
assertAttributeMode(t, resp.Schema, "size", false, true)
87
assertAttributeMode(t, resp.Schema, "profile_id", false, true)
88
assertAttributeMode(t, resp.Schema, "extension_ids", false, true)
89
+ assertAttributeMode(t, resp.Schema, "proxy_id", false, true)
90
+ assertAttributeMode(t, resp.Schema, "headless", false, true)
91
+ assertAttributeMode(t, resp.Schema, "kiosk_mode", false, true)
92
+ assertAttributeMode(t, resp.Schema, "stealth", false, true)
93
94
projectID := resp.Schema.Attributes["project_id"].(dschema.StringAttribute)
95
if !validateProjectID(projectID.Validators, "").HasError() {
0 commit comments