We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e19ef0 commit 0dfbbc2Copy full SHA for 0dfbbc2
internal/orchestrator/modelsindex/modelsindex_test.go
@@ -42,7 +42,7 @@ func TestGenerateModelsIndexFromFile(t *testing.T) {
42
})
43
44
t.Run("it fails if model-list.yaml does not exist", func(t *testing.T) {
45
- nonExistentPath := paths.New("nonexistent.yaml")
+ nonExistentPath := paths.New("nonexistentdir")
46
modelsIndex, err := GenerateModelsIndexFromFile(nonExistentPath)
47
assert.Error(t, err)
48
assert.Nil(t, modelsIndex)
0 commit comments