Skip to content

Commit

Permalink
test(webauthn): add passwordless profile
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Mar 7, 2022
1 parent 14c2b74 commit 88199ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ run() {
! nc -zv localhost 4433

ls -la .
for profile in email mobile oidc recovery verification mfa spa network; do
for profile in email mobile oidc recovery verification mfa spa network passwordless; do
yq ea '. as $item ireduce ({}; . * $item )' test/e2e/profiles/kratos.base.yml "test/e2e/profiles/${profile}/.kratos.yml" > test/e2e/kratos.${profile}.yml
cp test/e2e/kratos.email.yml test/e2e/kratos.generated.yml
done
Expand Down

0 comments on commit 88199ea

Please sign in to comment.