Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit f635640

Browse files
committed
Update json api test data
1 parent 3414c85 commit f635640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/jsonapi_data_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ const headerValidJSONResponse = `{
289289
const inventoryUpdateJSON = `[{
290290
"slug": "ron_swanson_tshirt",
291291
"variant": 0,
292-
"quantity": 17
292+
"quantity": "17"
293293
}]`
294294

295295
//

0 commit comments

Comments
 (0)