Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuloc authored Aug 30, 2024
1 parent 30b6308 commit 012f456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anta/result_manager/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class TestResult(BaseModel):
test: Name of the test run on the device.
categories: List of categories the TestResult belongs to. Defaults to the AntaTest categories.
description: Description of the TestResult. Defaults to the AntaTest description.
result: Result of the test. Must be one of the AntaTestStatus Enum values: unset, success, failure, error, skipped.
result: Result of the test. Must be one of the AntaTestStatus Enum values: unset, success, failure, error or skipped.
messages: Messages to report after the test, if any.
custom_field: Custom field to store a string for flexibility in integrating with ANTA.
Expand Down

0 comments on commit 012f456

Please sign in to comment.