Adjust tests to not check ivars that are no longer used when filter is empty

This commit is contained in:
Karina Kwiatek 2023-01-29 21:37:22 +01:00
parent 96659befea
commit 666f95c143

View file

@ -179,9 +179,7 @@ describe InboxController, type: :controller do
inbox: [],
inbox_last_id: nil,
more_data_available: false,
inbox_count: 0,
delete_id: "ib-delete-all",
disabled: true
inbox_count: 0
}
end
end
@ -213,9 +211,7 @@ describe InboxController, type: :controller do
inbox: [],
inbox_last_id: nil,
more_data_available: false,
inbox_count: 0,
delete_id: "ib-delete-all",
disabled: true
inbox_count: 0
}
end
end