mirror of
https://github.com/grafana/grafana.git
synced 2026-07-29 15:59:50 -05:00
Merge remote-tracking branch 'origin/10277_logout_route_full_page_reload'
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { GlobalEventSrv } from "app/core/services/global_event_srv";
|
||||
import { GlobalEventSrv } from "app/core/services/global_event_srv";
|
||||
import { beforeEach } from "test/lib/common";
|
||||
|
||||
jest.mock("app/core/config", () => {
|
||||
@@ -11,7 +11,7 @@ describe("GlobalEventSrv", () => {
|
||||
let searchSrv;
|
||||
|
||||
beforeEach(() => {
|
||||
searchSrv = new GlobalEventSrv(null, null);
|
||||
searchSrv = new GlobalEventSrv(null, null, null);
|
||||
});
|
||||
|
||||
describe("With /subUrl as appSubUrl", () => {
|
||||
|
||||
Reference in New Issue
Block a user