Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
peintnermax committed Aug 2, 2023
1 parent 24e57e9 commit 096f696
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions apps/login/cypress/integration/register-idp.cy.ts
Original file line number Diff line number Diff line change
@@ -1,25 +1,9 @@
import { stub } from "../support/mock";

const CUSTOM_TEXT = "Hubba Bubba";
const IDP_URL = "https://google.com";

describe("register idps", () => {
beforeEach(() => {
stub(
"zitadel.settings.v2alpha.SettingsService",
"GetActiveIdentityProviders",
{
data: {
identityProviders: [
{
id: "123",
name: CUSTOM_TEXT,
type: 10,
},
],
},
}
);
stub("zitadel.user.v2alpha.UserService", "StartIdentityProviderFlow", {
data: {
authUrl: IDP_URL,
Expand Down

0 comments on commit 096f696

Please sign in to comment.