diff options
-rw-r--r-- | fuzzycat/__main__.py | 2 | ||||
-rw-r--r-- | tests/test_matching.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/fuzzycat/__main__.py b/fuzzycat/__main__.py index d41ec24..3f9d379 100644 --- a/fuzzycat/__main__.py +++ b/fuzzycat/__main__.py @@ -43,7 +43,7 @@ EXAMPLES $ python -m fuzzycat release_match -q "hello world" TODO: Elasticsearch might not respond to POST queries (which is what the - client library uses, see: https://git.io/JLsYb). + client library uses, see: https://git.io/JLssk). """ diff --git a/tests/test_matching.py b/tests/test_matching.py index 3d96e5c..9601bcb 100644 --- a/tests/test_matching.py +++ b/tests/test_matching.py @@ -13,7 +13,7 @@ def es_client(): return elasticsearch.Elasticsearch(["https://search.fatcat.wiki:443"]) -@pytest.mark.skip(reason="we cannot use POST on es, which client uses: https://git.io/JLsYb") +@pytest.mark.skip(reason="we cannot use POST on es, which client uses: https://git.io/JLssk") def test_match_release_fuzzy(es_client): cases = (("wtv64ahbdzgwnan7rllwr3nurm", 2), ) for case, count in cases: |