Skip to content

Commit d7b4ba1

Browse files
authored
Fix app_check testapp name. (#786)
1 parent 9ff5103 commit d7b4ba1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/gha/integration_testing/test_validation.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,8 @@ def get_name(testapp_path):
323323
for testapp in testapps:
324324
if testapp.replace("_", "") in testapp_path.lower():
325325
return testapp
326+
elif testapp in testapp_path.lower():
327+
return testapp
326328
return testapp_path
327329

328330

0 commit comments

Comments
 (0)