Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nllong committed Apr 30, 2019
1 parent 52650bf commit 77fcd02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seed/tests/test_column_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def test_rename_column_wrong_org(self):
)
self.assertEqual(response.status_code, 403)
result = response.json()
self.assertEqual(result['detail'], 'Permission denied.')
self.assertEqual(result['detail'], 'No relationship to organization')

def test_rename_column_dne(self):
# test building list columns
Expand Down

0 comments on commit 77fcd02

Please sign in to comment.