Skip to content

Commit d7f194c

Browse files
committed
Update wrong errorID in new test tazureChat/deploymentNotFound
1 parent a22bdd8 commit d7f194c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tazureChat.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ function deploymentNotFound(testCase)
189189
import matlab.unittest.fixtures.EnvironmentVariableFixture
190190
testCase.applyFixture(EnvironmentVariableFixture("AZURE_OPENAI_DEPLOYMENT","dummy"));
191191
unsetenv("AZURE_OPENAI_DEPLOYMENT");
192-
testCase.verifyError(@()azureChat, "deploymentMustBeSpecified");
192+
testCase.verifyError(@()azureChat, "llms:deploymentMustBeSpecified");
193193
end
194194
end
195195
end

0 commit comments

Comments
 (0)