Skip to content

Commit

Permalink
Update test case to use all: bool type
Browse files Browse the repository at this point in the history
  • Loading branch information
e-lo committed Oct 16, 2024
1 parent b0eeeb1 commit d38e50e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def test_add_default_value(request, stpaul_net):
_project_card_dict = {
"project": "6th Street Ad Hoc Fields",
"roadway_property_change": {
"facility": {"links": {"all": "True", "modes": ["any"]}},
"facility": {"links": {"all": True, "modes": ["any"]}},
"property_changes": _adhoc_props,
},
}
Expand Down

0 comments on commit d38e50e

Please sign in to comment.