-
Notifications
You must be signed in to change notification settings - Fork 232
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
cybereason quick ping #1350
cybereason quick ping #1350
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## develop #1350 +/- ##
===========================================
- Coverage 85.43% 85.42% -0.02%
===========================================
Files 569 569
Lines 42734 42746 +12
===========================================
+ Hits 36511 36514 +3
- Misses 6223 6232 +9
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
response_code = response.code | ||
if response_code == 302: | ||
raise InvalidAuthenticationException | ||
if response_code == 405: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Setting 405 as success seems odd.
No description provided.