Skip to content

Commit

Permalink
Fix test_get_enums_invalid test
Browse files Browse the repository at this point in the history
  • Loading branch information
hramezani committed Sep 19, 2023
1 parent 46d1da0 commit 36f143a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_tutorial/test_path_params/test_tutorial005.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ def test_get_enums_invalid():
{
"type": "enum",
"loc": ["path", "model_name"],
"msg": "Input should be 'alexnet','resnet' or 'lenet'",
"msg": "Input should be 'alexnet', 'resnet' or 'lenet'",
"input": "foo",
"ctx": {"expected": "'alexnet','resnet' or 'lenet'"},
"ctx": {"expected": "'alexnet', 'resnet' or 'lenet'"},
}
]
}
Expand Down

0 comments on commit 36f143a

Please sign in to comment.