Skip to content

Commit a26a538

Browse files
committed
fix: Update docstring URL tests
1 parent d3d7770 commit a26a538

File tree

1 file changed

+1
-1
lines changed
  • airflow_dbt_python/utils

1 file changed

+1
-1
lines changed

airflow_dbt_python/utils/url.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ def __str__(self) -> str:
384384
>>> str(URL("s3://s3-bucket/path/to/my/profiles.yml"))
385385
's3://s3-bucket/path/to/my/profiles.yml'
386386
>>> str(URL("https://hey:secret@gh.com/hey/repo")) # pragma: allowlist secret
387-
'https://hey:***@github.com/hey/my-repo'
387+
'https://***:***@gh.com/***/repo'
388388
"""
389389
url_str = self._parsed.geturl()
390390

0 commit comments

Comments
 (0)