Fixed failing test due to ordered dicts in python 3.8
This commit is contained in:
parent
c116fa21c9
commit
93c371fe75
2 changed files with 3 additions and 3 deletions
|
|
@ -7,10 +7,10 @@ import funkwhale_api
|
|||
|
||||
def structure_payload(data):
|
||||
payload = {
|
||||
"status": "ok",
|
||||
"version": "1.16.0",
|
||||
"type": "funkwhale",
|
||||
"funkwhaleVersion": funkwhale_api.__version__,
|
||||
"status": "ok",
|
||||
"type": "funkwhale",
|
||||
"version": "1.16.0",
|
||||
}
|
||||
payload.update(data)
|
||||
if "detail" in payload:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue