mirror of
https://github.com/danielmiessler/fabric.git
synced 2026-09-10 07:36:44 -04:00
Add Infermatic provider test case
Adds test coverage for the Infermatic AI provider in TestCreateClient to verify the provider exists and creates a valid client. Part of #1033: Add Infermatic AI provider support Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
9e1ee4d48e
commit
387610bcf8
|
|
@ -30,6 +30,11 @@ func TestCreateClient(t *testing.T) {
|
|||
provider: "Abacus",
|
||||
exists: true,
|
||||
},
|
||||
{
|
||||
name: "Existing provider - Infermatic",
|
||||
provider: "Infermatic",
|
||||
exists: true,
|
||||
},
|
||||
{
|
||||
name: "Existing provider - MiniMax",
|
||||
provider: "MiniMax",
|
||||
|
|
|
|||
Loading…
Reference in a new issue