Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2fe2281

Browse files
committed
fixup! fix test workflow
1 parent 59ec6b0 commit 2fe2281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/user_resource_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ resource "coderd_user" "test" {
115115
if value == nil {
116116
return "null"
117117
}
118-
return fmt.Sprintf(`"%s"`, *value)
118+
return fmt.Sprintf("%q", *value)
119119
case *bool:
120120
if value == nil {
121121
return "null"

0 commit comments

Comments
 (0)