Skip to content
Snippets Groups Projects
Commit e958fdcd authored by Georgy Moshkin's avatar Georgy Moshkin :speech_balloon:
Browse files

test: add forgotten @pytest.mark.webui for test_http_routes

parent 5c60ed9a
No related branches found
No related tags found
1 merge request!858test: add forgotten @pytest.mark.webui for test_http_routes
Pipeline #32456 passed
...@@ -4,6 +4,7 @@ import pytest ...@@ -4,6 +4,7 @@ import pytest
import json import json
@pytest.mark.webui
def test_http_routes(instance: Instance): def test_http_routes(instance: Instance):
instance.eval( instance.eval(
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment