Skip to content

Commit

Permalink
[#3810] update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wardi committed Sep 11, 2017
1 parent d9aa5f9 commit c5c1419
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ckanext/datastore/tests/test_create.py
Expand Up @@ -536,7 +536,6 @@ def test_create_basic(self):
res = res_dict['result']
assert res['resource_id'] == data['resource_id']
assert res['fields'] == data['fields'], res['fields']
assert res['records'] == data['records']

c = self.Session.connection()
results = c.execute('select * from "{0}"'.format(resource.id))
Expand Down Expand Up @@ -770,7 +769,6 @@ def test_create_datastore_resource_on_dataset(self):
assert res_dict['success'] is True
res = res_dict['result']
assert res['fields'] == data['fields'], res['fields']
assert res['records'] == data['records']

# Get resource details
data = {
Expand Down

0 comments on commit c5c1419

Please sign in to comment.