Skip to content

Commit

Permalink
Increased code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogball committed Sep 25, 2017
1 parent 969e90d commit 80f0a7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/druid_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,9 @@ def test_sync_druid_perm(self, PyDruid):

cluster.refresh_datasources()
datasource_id = cluster.datasources[0].id
cluster.datasources[0].merge_flag = True
metadata = cluster.datasources[0].latest_metadata()
self.assertEqual(len(metadata), 4)
db.session.commit()

view_menu_name = cluster.datasources[0].get_perm()
Expand Down

0 comments on commit 80f0a7a

Please sign in to comment.