Skip to content

Commit

Permalink
Fixes the test_get_dashboard_changed_on test
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina committed Nov 23, 2021
1 parent 893595e commit e993221
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration_tests/dashboards/dao_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def test_set_dash_metadata(self):

@pytest.mark.usefixtures("load_world_bank_dashboard_with_slices")
def test_get_dashboard_changed_on(self):
self.login(username="admin")
session = db.session()
dashboard = session.query(Dashboard).filter_by(slug="world_health").first()

Expand Down

0 comments on commit e993221

Please sign in to comment.