Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
wlorenzetti committed Dec 11, 2024
1 parent 8ee6467 commit 0f410a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion g3w-admin/core/tests/test_qgisapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ def test_layer_expression_eval(self):
url = reverse('layer-expression-eval',
args=[project.pk])

self._expression_evaluate(url, '1', 1)
self._expression_evaluate(url, {'result': True, 'value': 1}, 1)

form_data = {
'bbox': [-92.28845, 13.7392, -88.23725, 17.783133],
Expand Down

0 comments on commit 0f410a5

Please sign in to comment.