Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle error prints on stdout when running tests #459

Closed
chrisma opened this issue Mar 11, 2019 · 0 comments
Closed

Handle error prints on stdout when running tests #459

chrisma opened this issue Mar 11, 2019 · 0 comments
Labels
prio: low This is a low priority issue.

Comments

@chrisma
Copy link
Contributor

chrisma commented Mar 11, 2019

Currently, the following errors (omniauth: (hpi) Authentication failure! invalid_credentials encountered) are printed to stdout during testing:

bundle exec rspec                         
........................*......................................................................................................................................................................................*.*..............................................................E, [2019-03-11T13:54:15.298067 #18961] ERROR -- omniauth: (hpi) Authentication failure! invalid_credentials encountered.
.E, [2019-03-11T13:54:15.649210 #18961] ERROR -- omniauth: (hpi) Authentication failure! invalid_credentials encountered.
........................................*...**.................**......................................................................................*.................................................................................................................................................................................................

Most likely caused by the tests in spec/features/sessions/user_sign_in_spec.rb
Edit: Confirmed:

$ bundle exec rspec spec/features/sessions/user_sign_in_spec.rb
...E, [2019-03-11T14:05:14.854728 #19355] ERROR -- omniauth: (hpi) Authentication failure! invalid_credentials encountered.
.E, [2019-03-11T14:05:15.262083 #19355] ERROR -- omniauth: (hpi) Authentication failure! invalid_credentials encountered.
.

Finished in 1.37 seconds (files took 2.3 seconds to load)
5 examples, 0 failures
@chrisma chrisma added the prio: low This is a low priority issue. label Mar 11, 2019
@chrisma chrisma changed the title Handle errors on stdout when running tests Handle error prints on stdout when running tests Mar 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
prio: low This is a low priority issue.
Projects
None yet
Development

No branches or pull requests

1 participant