mirror of
https://github.com/discourse/discourse.git
synced 2025-06-24 00:52:51 +08:00
Use query params for sortable table headings
This commit is contained in:
@ -148,7 +148,7 @@ test("streamFilters", function() {
|
||||
|
||||
postStream.toggleParticipant(participant.username);
|
||||
deepEqual(postStream.get('streamFilters'), {
|
||||
username_filters: ['eviltrout']
|
||||
username_filters: 'eviltrout'
|
||||
}, "streamFilters contains the username we filtered");
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user