renderorange / pasteburn

Sharable, encrypted, ephemeral pastebin.
https://pasteburn.io
MIT License
2 stars 1 forks source link

update create_test_app to not bypass config checking #7

Closed renderorange closed 1 month ago

renderorange commented 2 months ago

the create_test_app method in Pasteburn::Test bypasses the config checking, so any frontend integration tests don't validate if configuration options aren't set (but running through the normal dancer2 app does).

update the create_test_app method to not bypass config checking, so all integration tests will fail if configuration options aren't set correctly. this more closely tests running on production.

renderorange commented 1 month ago

updated in commit 88318fc