You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eventually we should add basic rack-test routes for the App routes, just to ensure they don't return 5xx/4xx and include the desired information somewhere in the body. We'd also want to stub the .enqueue_async methods on the Sidekiq worker classes to prevent them from actually pushing jobs to Sidekiq.
db
app
scanning
The text was updated successfully, but these errors were encountered:
Eventually we should add basic rack-test routes for the
App
routes, just to ensure they don't return 5xx/4xx and include the desired information somewhere in the body. We'd also want to stub the.enqueue_async
methods on the Sidekiq worker classes to prevent them from actually pushing jobs to Sidekiq.The text was updated successfully, but these errors were encountered: