Skip to content

Commit 65c5d6b

Browse files
committed
mhm
1 parent 3c10a1d commit 65c5d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/organization_sync_settings_resource_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ resource "coderd_organization_sync_settings" "test" {
111111
{{- if .Mapping}}
112112
mapping = {
113113
{{- range $key, $value := .Mapping}}
114-
{{$key}} = {{printf "%q" $value}}
114+
{{$key}} = "{{$value}}"
115115
{{- end}}
116116
}
117117
{{- end}}

0 commit comments

Comments
 (0)