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 23, 2024
1 parent 5e3fadd commit c62a9b5
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.DEMO_TOKEN}",
"Accept": "application/json",
},
)
Expand Down

0 comments on commit c62a9b5

Please sign in to comment.