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 a22bdd8 commit d7f194cCopy full SHA for d7f194c
tests/tazureChat.m
@@ -189,7 +189,7 @@ function deploymentNotFound(testCase)
189
import matlab.unittest.fixtures.EnvironmentVariableFixture
190
testCase.applyFixture(EnvironmentVariableFixture("AZURE_OPENAI_DEPLOYMENT","dummy"));
191
unsetenv("AZURE_OPENAI_DEPLOYMENT");
192
- testCase.verifyError(@()azureChat, "deploymentMustBeSpecified");
+ testCase.verifyError(@()azureChat, "llms:deploymentMustBeSpecified");
193
end
194
195
0 commit comments