mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Each user activity filter has its own URL now.
This commit is contained in:
@@ -50,7 +50,6 @@ test("fmt", function() {
|
||||
test("url without a prefix", function() {
|
||||
var t = testClass.create({ username: 'eviltrout' });
|
||||
equal(t.get('userUrl'), "/users/eviltrout");
|
||||
|
||||
});
|
||||
|
||||
test("url with a prefix", function() {
|
||||
|
||||
Reference in New Issue
Block a user