We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c007ba commit 98d03d1Copy full SHA for 98d03d1
1 file changed
tests/utils.py
@@ -46,8 +46,6 @@ def markdown_checker_configs(tmpdir):
46
{"pattern": "http://127.0.0.1:5000"},
47
{"pattern": "https://adb-3214.67.azuredatabricks.net*"},
48
{"pattern": "https://adb-345.89.azuredatabricks.net*"},
49
- # TODO: Remove this pattern once the MLOps Stack repository is public to avoid 404.
50
- {"pattern": "https://github.com/databricks/mlops-stack*"},
51
],
52
"httpHeaders": [
53
{
0 commit comments