Skip to content

Commit 86bcd87

Browse files
committed
Fix json indentation in one of the test
Signed-off-by: Yury Tsarev <[email protected]>
1 parent 1c5bdf6 commit 86bcd87

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

fn_test.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -153,14 +153,14 @@ func TestRunFunction(t *testing.T) {
153153
Desired: &fnv1.State{
154154
Composite: &fnv1.Resource{
155155
Resource: resource.MustStructJSON(`{
156-
"apiVersion": "example.org/v1",
157-
"kind": "XR",
158-
"status": {
159-
"azResourceGraphQueryResult":
160-
{
161-
"resource": "mock-resource"
162-
}
163-
}}`),
156+
"apiVersion": "example.org/v1",
157+
"kind": "XR",
158+
"status": {
159+
"azResourceGraphQueryResult":
160+
{
161+
"resource": "mock-resource"
162+
}
163+
}}`),
164164
},
165165
},
166166
},

0 commit comments

Comments
 (0)