Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 2de05164 authored by Christopher Andre Marcel INSELIN's avatar Christopher Andre Marcel INSELIN
Browse files

To fix job #277304

parent 62d3a4ef
No related branches found
No related tags found
1 merge request!47First merge request for NETBOX Cisco tests
Pipeline #100867 passed
......@@ -7,7 +7,7 @@ import json
HOST = os.getenv("HOST", default="localhost")
PORT = os.getenv("PORT", default="8080")
API_TOKEN = os.getenv("API_TOKEN")
API_TOKEN = os.getenv("API_TOKEN", default="only4testingpurpose")
HEADERS = {"Authorization": f"Token {API_TOKEN}"}
#TODO: Tester ajout des dependances au config context (site, device type)
......
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