Skip to content

Commit ad1e873

Browse files
committed
test: fix provider test
1 parent bcfb227 commit ad1e873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/parrot/provider/multi_provider_spec.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ describe("MultiProvider", function()
169169
name = "test",
170170
endpoint = "https://api.test.com",
171171
api_key = "test",
172-
model = "single-model-string",
172+
models = "single-model-string",
173173
})
174174
end, "Models must be provided as a table for provider test")
175175
end)

0 commit comments

Comments
 (0)