Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JivusAyrus committed Sep 26, 2024
1 parent 88fb190 commit 6b8cbe8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions controlplane/test/oidc-provider.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe('OIDC provider', (ctx) => {
const { client, server, users } = await SetupTest({ dbname });

const createOIDCProviderResponse = await client.createOIDCProvider({
discoveryEndpoint: 'http://localhost:8080/realms/cosmo/.well-known/openid-configuration',
discoveryEndpoint: 'http://localhost:8080/realms/test/.well-known/openid-configuration',
clientID: '0oab1c2',
clientSecrect: 'secret',
mappers: [
Expand Down Expand Up @@ -47,7 +47,7 @@ describe('OIDC provider', (ctx) => {
const { client, server, users } = await SetupTest({ dbname });

const createOIDCProviderResponse = await client.createOIDCProvider({
discoveryEndpoint: 'http://localhost:8080/realms/cosmo/.well-known/openid-configuration',
discoveryEndpoint: 'http://localhost:8080/realms/test/.well-known/openid-configuration',
clientID: '0oab1c2',
clientSecrect: 'secret',
mappers: [
Expand Down Expand Up @@ -81,7 +81,7 @@ describe('OIDC provider', (ctx) => {
const { client, server, users } = await SetupTest({ dbname });

const createOIDCProviderResponse = await client.createOIDCProvider({
discoveryEndpoint: 'http://localhost:8080/realms/cosmo/.well-known/openid-configuration',
discoveryEndpoint: 'http://localhost:8080/realms/test/.well-known/openid-configuration',
clientID: '0oab1c2',
clientSecrect: 'secret',
mappers: [
Expand Down

0 comments on commit 6b8cbe8

Please sign in to comment.