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

CLI-1293: [api:notifications:find] typeerror for sketchy notification strings #1705

Merged
merged 4 commits into from
Mar 20, 2024

Conversation

danepowell
Copy link
Contributor

This is triggered if the notification string is valid Json but not a response object, i.e. \"5d811cb4-ac28-4ad2-a002-b0ff726e5040\".

Technically this is not supported, but on the off chance that something we told someone to do actually generated that escaped string, we might as well handle it gracefully.

@danepowell danepowell added the bug Something isn't working label Mar 19, 2024
Copy link

codecov bot commented Mar 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.23%. Comparing base (5c73afc) to head (afb946f).

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #1705   +/-   ##
=========================================
  Coverage     91.22%   91.23%           
- Complexity     1798     1799    +1     
=========================================
  Files           122      122           
  Lines          6452     6455    +3     
=========================================
+ Hits           5886     5889    +3     
  Misses          566      566           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@danepowell danepowell enabled auto-merge (squash) March 20, 2024 03:13
@danepowell danepowell merged commit fa4ee3e into acquia:main Mar 20, 2024
12 checks passed
@danepowell danepowell deleted the CLI-1293 branch September 20, 2024 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant