aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-12-16 02:45:03 +0100
committerMartin Czygan <martin.czygan@gmail.com>2020-12-16 02:45:03 +0100
commit3f79c65e6bbd85628cfba56b3c259929d376aa82 (patch)
tree7196d5e3f1a3753ec4473f92f08114e641324afb /tests
parentd481dadffa554ec1bb430a89005e1284d8549cda (diff)
downloadfuzzycat-3f79c65e6bbd85628cfba56b3c259929d376aa82.tar.gz
fuzzycat-3f79c65e6bbd85628cfba56b3c259929d376aa82.zip
update reference
Diffstat (limited to 'tests')
-rw-r--r--tests/test_matching.py2
1 files changed, 1 insertions, 1 deletions
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: