Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kimakan committed Dec 10, 2024
1 parent d30829b commit dd1ebd4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions daiquiri/metadata/tests/test_viewset_column.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ def test_create(db, client, username, password):
url = reverse(urlnames['list'])
response = client.post(url, {
'table': 3,
'name': 'test',
'discover': True
'name': 'test'
})
assert response.status_code == status_map['create'][username], response.json()

Expand Down

0 comments on commit dd1ebd4

Please sign in to comment.