From 3f79c65e6bbd85628cfba56b3c259929d376aa82 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Wed, 16 Dec 2020 02:45:03 +0100 Subject: update reference --- tests/test_matching.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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: -- cgit v1.2.3