Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rorylshanks committed Jan 23, 2024
1 parent 4b09b2d commit 7dc2b81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/idp_adapters/localfile.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import fs from 'fs/promises';
import { getConfig } from '../../util/config.js';
import log from '../util/logging.js'
import log from '../../util/logging.js'

async function runUpdate() {
const currentConfig = getConfig()
Expand Down
3 changes: 2 additions & 1 deletion test/e2e/configs/veriflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ redis_host: localhost
redis_port: 6379
idp_client_id: 0c4860a4-ae2b-4f49-97d7-b581252a7166
idp_client_secret: supersecret
idp_provider: none
idp_provider: localfile
idp_provider_localfile_location: output.json
idp_provider_scope: openid email profile
idp_provider_user_id_claim: email
idp_provider_url: http://localhost:5556/dex
Expand Down

0 comments on commit 7dc2b81

Please sign in to comment.