Skip to content

Commit

Permalink
🐛 [maykinmedia/django-setup-configuration#1] fix selftest for the con…
Browse files Browse the repository at this point in the history
…figurations step
  • Loading branch information
annashamray committed Apr 22, 2024
1 parent c04a93a commit 2b479c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/objecttypes/config/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,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 2b479c6

Please sign in to comment.