Skip to content

Commit 111b3cc

Browse files
Fix gofmt alignment in destroy_template_test.go.
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 63163d0 commit 111b3cc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

internal/provider/destroy_template_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ func TestExtractJSONPath_NumericAndBool(t *testing.T) {
135135

136136
func TestResolveDestroyTemplates_NoPlaceholders(t *testing.T) {
137137
data := &CurlResourceModel{
138-
DestroyUrl: types.StringValue("https://example.com/destroy"),
138+
DestroyUrl: types.StringValue("https://example.com/destroy"),
139139
DestroyRequestBody: types.StringValue(`{"static":true}`),
140140
}
141141

@@ -153,8 +153,8 @@ func TestResolveDestroyTemplates_NoPlaceholders(t *testing.T) {
153153

154154
func TestResolveDestroyTemplates_WithNestedPlaceholder(t *testing.T) {
155155
data := &CurlResourceModel{
156-
Response: types.StringValue(`{"data":{"object_id":"nested-456"}}`),
157-
DestroyUrl: types.StringValue("https://example.com/objects/{response.data.object_id}"),
156+
Response: types.StringValue(`{"data":{"object_id":"nested-456"}}`),
157+
DestroyUrl: types.StringValue("https://example.com/objects/{response.data.object_id}"),
158158
DestroyRequestBody: types.StringValue(`{"id":"{response.data.object_id}"}`),
159159
}
160160

0 commit comments

Comments
 (0)