Skip to content

Commit 2522c05

Browse files
shirshankaclaude
authored andcommitted
fix(cli): rename Acryl Cloud to DataHub Cloud in test comments
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 68d3246 commit 2522c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadata-ingestion/tests/unit/cli/test_init_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ def test_sso_with_custom_duration(self, temp_config: Path, clean_env: None) -> N
661661
)
662662

663663
def test_sso_with_acryl_cloud_url(self, temp_config: Path, clean_env: None) -> None:
664-
"""Test --sso with Acryl Cloud URL derives correct frontend URL."""
664+
"""Test --sso with DataHub Cloud URL derives correct frontend URL."""
665665
runner = CliRunner()
666666
with patch("datahub.cli.sso_cli.browser_sso_login") as mock_browser_login:
667667
mock_browser_login.return_value = ("name", "token-value")

0 commit comments

Comments
 (0)