Skip to content

Commit d1cab3b

Browse files
committed
bug: [maykinmedia/django-setup-configuration#1] fix selftest for the configurations step
1 parent d51c89e commit d1cab3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/objects/config/demo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def test_configuration(self):
5252
response = requests.get(
5353
full_url,
5454
headers={
55-
"HTTP_AUTHORIZATION": f"Token {settings.OBJECTS_OBJECTTYPES_TOKEN}",
55+
"Authorization": f"Token {settings.DEMO_TOKEN}",
5656
"Accept": "application/json",
5757
},
5858
)

0 commit comments

Comments
 (0)