We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d51c89e commit d1cab3bCopy full SHA for d1cab3b
src/objects/config/demo.py
@@ -52,7 +52,7 @@ def test_configuration(self):
52
response = requests.get(
53
full_url,
54
headers={
55
- "HTTP_AUTHORIZATION": f"Token {settings.OBJECTS_OBJECTTYPES_TOKEN}",
+ "Authorization": f"Token {settings.DEMO_TOKEN}",
56
"Accept": "application/json",
57
},
58
)
0 commit comments