Skip to content

Commit

Permalink
[#22] Fix mobile form endpoint test
Browse files Browse the repository at this point in the history
  • Loading branch information
wayangalihpratama committed Sep 12, 2023
1 parent e6501dc commit 4852219
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def test_endpoint_get_mobile_form_definition(self):
"api": {
"list": "children",
"initial": 2,
"endpoint": "/api/node/1"
"endpoint": f"/api/node/{self.node.id}"
},
"source": {
"file": "the_node.sqlite",
Expand Down

0 comments on commit 4852219

Please sign in to comment.