Skip to content

Commit

Permalink
Fix assertion method name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kami committed May 16, 2016
1 parent 5abeb21 commit cede04e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ def test_get_one(self):
resp = self.app.get('/v1/config_schema/dummy_pack_1')
self.assertEqual(resp.status_int, 200)
self.assertEqual(resp.json['pack'], 'dummy_pack_1')
self.assertEqual('api_key' in resp.json['attributes'])
self.assertTrue('api_key' in resp.json['attributes'])

0 comments on commit cede04e

Please sign in to comment.