Check whether includes_advisories
exists before accessing
#438
Labels
automated-testing
Related to automated testing tools
bug
Something isn't working
P0
Highest priority; blocking usage or development
report.json is not attached because
Relevant stacktrace:
Test check
N/A; uss_qualifier crashes
Difference from expected behavior
includes_advisories
is an optional field in the flight_planning API and is rendered to anOptional
field in the API object, but #422 accesses the field without checking if it is present. We need to check if the field is present before accessing it.The text was updated successfully, but these errors were encountered: