Skip to content

Commit

Permalink
bug: [maykinmedia/django-setup-configuration#1] fix selftest for the …
Browse files Browse the repository at this point in the history
…configurations step
  • Loading branch information
annashamray committed Mar 12, 2024
1 parent 9109e7e commit 9eb272d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/objects/config/demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def test_configuration(self):
response = requests.get(
full_url,
headers={
"HTTP_AUTHORIZATION": f"Token {settings.OBJECTS_OBJECTTYPES_TOKEN}",
"Authorization": f"Token {settings.OBJECTS_OBJECTTYPES_TOKEN}",
"Accept": "application/json",
},
)
Expand Down

0 comments on commit 9eb272d

Please sign in to comment.