bitwarden / passwordless-dotnet

Bitwarden Passwordless.dev .NET SDK.
https://bitwarden.com/
Apache License 2.0
34 stars 10 forks source link

Update test container healthchecks #131

Closed Tyrrrz closed 3 months ago

Tyrrrz commented 3 months ago

Tests are failing due to a recent change: root page (/) no longer has a handler and migrations are performed automatically.

This updates the health checks to fix it.

There is also another issue, with the file path for the mail sink. In development mode it's ../mail.md which resolves to /opt/mail.md. The app doesn't have access to that file.

This also fixes that.