# UpdateStatusTestRequestBody ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **state** | [**StateEnum**](#StateEnum) | New state of the test ( not-tested | passed | failed | error ) | [optional] **output** | **String** | new output of the test | [optional] ## Enum: StateEnum Name | Value ---- | ----- NOT_TESTED | "not-tested" PASSED | "passed" FAILED | "failed" ERROR | "error"