Skip to content

Commit

Permalink
fix flack test
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh committed Apr 12, 2021
1 parent b4fd594 commit fcc8166
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/datasets/api_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -583,12 +583,12 @@ def test_update_dataset_item_w_override_columns(self):
dataset = self.insert_default_dataset()
self.login(username="admin")
new_col_dict = {
"column_name": "new_col",
"description": "description",
"expression": "expression",
"type": "INTEGER",
"verbose_name": "New Col",
}
"column_name": "new_col",
"description": "description",
"expression": "expression",
"type": "INTEGER",
"verbose_name": "New Col",
}
dataset_data = {
"columns": [new_col_dict],
"description": "changed description",
Expand Down

0 comments on commit fcc8166

Please sign in to comment.