Skip to content

Commit c0bac60

Browse files
committed
in work
1 parent 2a93c81 commit c0bac60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/callbacks.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ end
329329
(id = "test-in", property = "value", value = "test")
330330
]
331331
)
332-
test_json = JSON2.write(request)
332+
test_json = JSON3.write(request)
333333
request = HTTP.Request("POST", "/_dash-update-component", [], Vector{UInt8}(test_json))
334334
response = HTTP.handle(handler, request)
335335

@@ -476,11 +476,11 @@ end
476476
]
477477
]
478478
)
479-
test_json = JSON2.write(request)
479+
test_json = JSON3.write(request)
480480
request = HTTP.Request("POST", "/_dash-update-component", [], Vector{UInt8}(test_json))
481481
response = HTTP.handle(handler, request)
482482
@test response.status == 200
483-
resp_obj = JSON2.read(String(response.body))
483+
resp_obj = JSON3.read(String(response.body))
484484
@test in(:multi, keys(resp_obj))
485485

486486
@test resp_obj.response.var"{\"index\":1,\"type\":\"test-out\"}".children =="test 1"

0 commit comments

Comments
 (0)