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
Is there a way to assert in a test that a call was made to Segment?
I tried using send_to_http: false but the debug log level is not recorded in the test environment. Changing it in config/test.exs doesn't make sense because ecto also uses debug level for queries which makes it hard to assert for the Segment debug log.
Thanks!
The text was updated successfully, but these errors were encountered:
Hello! Thanks for this lib, very much needed
Is there a way to assert in a test that a call was made to Segment?
I tried using
send_to_http: false
but thedebug
log level is not recorded in the test environment. Changing it inconfig/test.exs
doesn't make sense because ecto also uses debug level for queries which makes it hard to assert for the Segment debug log.Thanks!
The text was updated successfully, but these errors were encountered: