Skip to content

Commit 0edec8d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0758b5f commit 0edec8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/routers/openml/setups_tag_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ async def test_setup_tag_api_success(
2828
)
2929

3030
assert response.status_code == HTTPStatus.OK
31-
expected = {'setup_tag': {'id': '1', 'tag': ['setup_tag_via_http']}}
31+
expected = {"setup_tag": {"id": "1", "tag": ["setup_tag_via_http"]}}
3232
assert expected == response.json()
3333

3434
rows = await expdb_test.execute(

0 commit comments

Comments
 (0)