Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

Commit 6c4e67e

Browse files
author
iscai-msft
committed
fix sensitive word test
1 parent 2e2e6b5 commit 6c4e67e

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

packages/typespec-python/test/unbranded/mock_api_tests/test_unbranded.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ def test_sensitive_word():
5454
check_folder = (Path(os.path.dirname(__file__)) / "../generated").resolve()
5555
assert [] == check_sensitive_word(check_folder, "azure")
5656
# after update cadl-ranch, it shall also equal to []
57-
assert ["authentication-oauth2", "authentication-union", "setuppy-authentication-union"] == check_sensitive_word(
58-
check_folder, "microsoft"
59-
)
57+
assert [
58+
"authentication-api-key-subdir",
59+
"authentication-oauth2",
60+
"authentication-union",
61+
"setuppy-authentication-union",
62+
] == check_sensitive_word(check_folder, "microsoft")

0 commit comments

Comments
 (0)