Skip to content

Commit

Permalink
Making typing consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
srivatsankrishnan committed Nov 23, 2024
1 parent 3ec0dde commit 5b1c205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cloudai/_core/test_scenario_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class _TestScenarioTOML(BaseModel):
model_config = ConfigDict(extra="forbid")

name: str
sol_path: Optional[str] = ""
sol_path: Optional[str] = None
job_status_check: bool = True
tests: list[_TestRunTOML] = Field(alias="Tests", min_length=1)
pre_test: Optional[str] = None
Expand Down

0 comments on commit 5b1c205

Please sign in to comment.