aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--statuscake/resource_statuscaketest.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/statuscake/resource_statuscaketest.go b/statuscake/resource_statuscaketest.go
index 459c71a..e824955 100644
--- a/statuscake/resource_statuscaketest.go
+++ b/statuscake/resource_statuscaketest.go
@@ -123,8 +123,9 @@ func resourceStatusCakeTest() *schema.Resource {
123 }, 123 },
124 124
125 "basic_pass": { 125 "basic_pass": {
126 Type: schema.TypeString, 126 Type: schema.TypeString,
127 Optional: true, 127 Optional: true,
128 Sensitive: true,
128 }, 129 },
129 130
130 "public": { 131 "public": {