rhevm-qe-automation / pytest_jira

py.test plugin to integrate with JIRA
GNU General Public License v2.0
29 stars 25 forks source link

tests: fix invalid auth exception test #87

Closed tareqalayan closed 6 years ago

tareqalayan commented 6 years ago

Currently the return status is internal error 401

lukas-bednar commented 6 years ago

Looks good, feel free to merge it in case tests pass! Thank you.

codecov-io commented 6 years ago

Codecov Report

Merging #87 into master will decrease coverage by 0.51%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #87      +/-   ##
==========================================
- Coverage   98.34%   97.82%   -0.52%     
==========================================
  Files           1        1              
  Lines         181      184       +3     
==========================================
+ Hits          178      180       +2     
- Misses          3        4       +1
Impacted Files Coverage Δ
pytest_jira.py 97.82% <100%> (-0.52%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5fd7b60...12b9978. Read the comment docs.

tareqalayan commented 6 years ago

@lukas-bednar do we care about code coverage ?