Skip to content

Commit

Permalink
chore: broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
albanm committed Dec 9, 2024
1 parent 8573535 commit 8859f38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test-it/oidc-core-id.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { OAuth2Server } from 'oauth2-mock-server'
import { CookieJar } from 'tough-cookie'

process.env.STORAGE_TYPE = 'mongo'
process.env.OAUTH_PROVIDERS = '["github"]'
process.env.OIDC_PROVIDERS = JSON.stringify([{
title: 'Test provider',
discovery: 'http://localhost:8998/.well-known/openid-configuration',
Expand Down
1 change: 1 addition & 0 deletions test-it/oidc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { OAuth2Server } from 'oauth2-mock-server'
import { CookieJar } from 'tough-cookie'

process.env.STORAGE_TYPE = 'mongo'
process.env.OAUTH_PROVIDERS = '["github"]'
process.env.OIDC_PROVIDERS = JSON.stringify([{
title: 'Test provider',
discovery: 'http://localhost:8998/.well-known/openid-configuration',
Expand Down

0 comments on commit 8859f38

Please sign in to comment.