Commit d8d2199
committed
fix(humanitix): correct get_tags integration test assertions
The Humanitix API returns the tag list shape directly (tags, total,
page, pageSize) without a wrapping 'result' key. Drop the bogus
'result' assertion in test_returns_tags_list and remove the
unreachable 'if data.get("result") is True:' guards in
test_tags_structure and test_pagination_params_respected so the
structural and pagination checks are actually executed.1 parent 3d9f33e commit d8d2199
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | 71 | | |
73 | 72 | | |
74 | 73 | | |
75 | 74 | | |
76 | 75 | | |
77 | 76 | | |
78 | 77 | | |
79 | | - | |
| 78 | + | |
80 | 79 | | |
81 | 80 | | |
82 | 81 | | |
| |||
85 | 84 | | |
86 | 85 | | |
87 | 86 | | |
88 | | - | |
89 | | - | |
| 87 | + | |
90 | 88 | | |
91 | 89 | | |
92 | 90 | | |
| |||
0 commit comments