Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
mkundu1 committed Dec 12, 2024
1 parent 2964a98 commit a143501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_mapped_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ def test_datamodel_api_get_attrs_bool_for_str(
):
solver = new_solver_session
app_name = "test"
create_datamodel_root_in_server(solver, rules_str_caps, app_name)
create_datamodel_root_in_server(solver, rules_str, app_name)
service = solver._se_service
# assert service.get_attribute_value(app_name, "/A/Z", "allowedValues") is None # TODO: issue in accessing the object
assert service.get_attribute_value(app_name, "/A/Z", "allowedValues") is None
assert service.get_attribute_value(app_name, "/A/X", "allowedValues") is None


Expand Down

0 comments on commit a143501

Please sign in to comment.