Wording change "BLS cal"
This commit is contained in:
@@ -11,7 +11,7 @@ import { buildCalendarEvent, buildVideoCallData } from "./builder";
|
||||
|
||||
vi.mock("@calcom/lib/constants", () => ({
|
||||
WEBAPP_URL: "http://localhost:3000",
|
||||
APP_NAME: "Cal.com",
|
||||
APP_NAME: "BLS cal",
|
||||
}));
|
||||
|
||||
vi.mock("short-uuid", () => ({
|
||||
@@ -30,7 +30,7 @@ describe("getLocation", () => {
|
||||
expect(getLocation(calEvent)).toEqual(getVideoCallUrlFromCalEvent(calEvent));
|
||||
});
|
||||
it("should return an integration provider name from event", () => {
|
||||
const provideName = "Cal.com";
|
||||
const provideName = "BLS cal";
|
||||
const calEvent = buildCalendarEvent({
|
||||
videoCallData: undefined,
|
||||
location: `integrations:${provideName}`,
|
||||
|
||||
Reference in New Issue
Block a user