fix SearxngRobotLayer
This commit is contained in:
parent
325f3a891b
commit
cee64b7473
2
.gitignore
vendored
2
.gitignore
vendored
@ -15,3 +15,5 @@ dist/
|
||||
local/
|
||||
gh-pages/
|
||||
*.egg-info/
|
||||
|
||||
.vscode/
|
||||
|
@ -63,7 +63,7 @@ def run_robot_tests(tests):
|
||||
|
||||
|
||||
def main():
|
||||
test_layer = SearxRobotLayer()
|
||||
test_layer = SearxngRobotLayer()
|
||||
try:
|
||||
test_layer.setUp()
|
||||
run_robot_tests([getattr(test_webapp, x) for x in dir(test_webapp) if x.startswith('test_')])
|
||||
|
Loading…
x
Reference in New Issue
Block a user