google / turbinia

Automation and Scaling of Digital Forensics Tools
Apache License 2.0
749 stars 162 forks source link

Fixed issue of blank evidence name in the Web API #1334

Closed Igor8mr closed 1 year ago

Igor8mr commented 1 year ago

Description of the change

The name of the evidence for each request was appearing blank in the web API when the request had null "all_args", this should be fixed now. I also added one extra unit test to test this case.

Applicable issues

Solved issue #1331

Checklist