Add notification scope to TestEventSourceManagerRun
This commit is contained in:
parent
be5164b4f4
commit
9f7db16b79
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ func TestEventSourceManagerRun(t *testing.T) {
|
|||
thread5 := unittest.AssertExistsAndLoadBean(t, &activities_model.Notification{ID: 5})
|
||||
assert.NoError(t, thread5.LoadAttributes())
|
||||
session := loginUser(t, user2.Name)
|
||||
token := getTokenForLoggedInUser(t, session)
|
||||
token := getTokenForLoggedInUser(t, session, "notification")
|
||||
|
||||
var apiNL []api.NotificationThread
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue