Skip to content

Commit

Permalink
Update wrong errorID in new test tazureChat/deploymentNotFound
Browse files Browse the repository at this point in the history
  • Loading branch information
vpapanasta committed Jun 27, 2024
1 parent a22bdd8 commit d7f194c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tazureChat.m
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ function deploymentNotFound(testCase)
import matlab.unittest.fixtures.EnvironmentVariableFixture
testCase.applyFixture(EnvironmentVariableFixture("AZURE_OPENAI_DEPLOYMENT","dummy"));
unsetenv("AZURE_OPENAI_DEPLOYMENT");
testCase.verifyError(@()azureChat, "deploymentMustBeSpecified");
testCase.verifyError(@()azureChat, "llms:deploymentMustBeSpecified");
end
end
end
Expand Down

0 comments on commit d7f194c

Please sign in to comment.