mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
black format
This commit is contained in:
parent
bc018abd59
commit
8c0ad133ca
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ def test_update_group(api_client: TestClient, api_routes: AppRoutes, token):
|
|||
# Test Update
|
||||
response = api_client.put(api_routes.groups_id(2), json=new_data, headers=token)
|
||||
assert response.status_code == 200
|
||||
|
||||
|
||||
# Validate Changes
|
||||
response = api_client.get(api_routes.groups, headers=token)
|
||||
all_groups = json.loads(response.text)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue