Commit f66466db authored by nanahira's avatar nanahira

imply no search ban when no suggestion ban

parent eb36ab3a
Pipeline #18303 passed with stage
in 9 seconds
...@@ -212,6 +212,9 @@ def searchban(screen_name): ...@@ -212,6 +212,9 @@ def searchban(screen_name):
except: except:
returnjson["tests"]["typeahead"] = False returnjson["tests"]["typeahead"] = False
if returnjson["tests"]["typeahead"] == True and returnjson["tests"]["search"] == "_error":
returnjson["tests"]["search"] = "_implied_good"
## get replies ## get replies
## Start GraphQL ## Start GraphQL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment