Skip to content

Commit b193161

Browse files
Update integration model env variable (microsoft#1207)
1 parent 080b102 commit b193161

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/targets/test_targets_and_secrets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ async def test_connect_required_realtime_targets(sqlite_instance, endpoint, api_
184184
("endpoint", "api_key"),
185185
[
186186
("AZURE_ML_MANAGED_ENDPOINT", "AZURE_ML_KEY"),
187-
("AZURE_ML_MIXTRAL_ENDPOINT", "AZURE_ML_MIXTRAL_KEY"),
187+
("AZURE_ML_PHI_ENDPOINT", "AZURE_ML_PHI_KEY"),
188188
],
189189
)
190190
async def test_connect_required_aml_text_targets(sqlite_instance, endpoint, api_key):

0 commit comments

Comments
 (0)