Skip to content

Commit

Permalink
test(projects,navigation): fix show parameter for failing tests
Browse files Browse the repository at this point in the history
Signed-off-by: David Wallace <[email protected]>
  • Loading branch information
MyPyDavid committed Nov 26, 2024
1 parent f788af7 commit f4d75ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rdmo/projects/tests/test_navigation.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
'http://example.com/terms/questions/catalog/conditions/text_lesser_than_equal': (0, 0, False),
'http://example.com/terms/questions/catalog/conditions/text_not_empty': (1, 1, True),
'http://example.com/terms/questions/catalog/conditions/text_not_equal': (0, 0, False),
'http://example.com/terms/questions/catalog/conditions/option_empty': (0, 0, False),
'http://example.com/terms/questions/catalog/conditions/option_empty': (0, 0, True),
'http://example.com/terms/questions/catalog/conditions/option_equal': (1, 1, True),
'http://example.com/terms/questions/catalog/conditions/option_not_empty': (1, 1, True),
'http://example.com/terms/questions/catalog/conditions/option_not_equal': (0, 0, False),
'http://example.com/terms/questions/catalog/conditions/option_not_equal': (0, 0, True),
'http://example.com/terms/questions/catalog/conditions/set': (0, 2, True),
'http://example.com/terms/questions/catalog/conditions/set_set': (0, 2, True),
'http://example.com/terms/questions/catalog/conditions/optionset': (0, 2, True),
Expand Down

0 comments on commit f4d75ac

Please sign in to comment.