Guest User

Untitled

a guest
Nov 28th, 2017
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. Tilex.AuthControllerTest
  2. * test GET /auth/google/callback with hashrocket email (16.0ms)
  3.  
  4. 1) test GET /auth/google/callback with hashrocket email (Tilex.AuthControllerTest)
  5. test/controllers/auth_controller_test.exs:6
  6. Assertion with == failed
  7. code: assert get_flash(conn, :info) == "Signed in with developer@hashrocket.com"
  8. left: "developer@hashrocket.com is not a valid email address"
  9. right: "Signed in with developer@hashrocket.com"
  10. stacktrace:
  11. test/controllers/auth_controller_test.exs:17: (test)
  12.  
  13. * test GET /auth/google/callback with other email domain (0.6ms)
  14. * test GET /auth/google/callback with existing hashrocket email (2.5ms)
  15.  
  16. 2) test GET /auth/google/callback with existing hashrocket email (Tilex.AuthControllerTest)
  17. test/controllers/auth_controller_test.exs:25
  18. Assertion with == failed
  19. code: assert get_flash(conn, :info) == "Signed in with rebecca@hashrocket.com"
  20. left: "rebecca@hashrocket.com is not a valid email address"
  21. right: "Signed in with rebecca@hashrocket.com"
  22. stacktrace:
  23. test/controllers/auth_controller_test.exs:45: (test)
Add Comment
Please, Sign In to add comment