Skip to content
Snippets Groups Projects
Commit 2f114fd8 authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

Add missing decorator and update test config

parent 2104d51a
No related branches found
No related tags found
No related merge requests found
......@@ -11,8 +11,8 @@ def data_config():
"admin_username": "admin",
"admin_password": "admin",
"hostname": "localhost",
"listen_port": 3001,
"grafana_port": 3000,
"listen_port": 65001,
"grafana_port": 65005,
"organizations": ['Testorg1', 'GÉANT Testorg2', 'NRENsTestorg3', 'General Public'],
"BRIAN_ENVIRONMENT": "test"
}
......
......@@ -5,6 +5,7 @@ import json
from brian_dashboard_manager.grafana.utils.request import AdminRequest, TokenRequest
@responses.activate
def test_admin_request(data_config):
ENDPOINT = 'test/url/endpoint'
request = AdminRequest(**data_config)
......
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