2
0

Wording change "BLS cal"

This commit is contained in:
2024-08-09 16:18:09 +02:00
parent 732cfd353a
commit b8c4c5b1e7
199 changed files with 508 additions and 508 deletions

View File

@@ -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}`,