Skip to content

Commit

Permalink
Fixing tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
antip00 committed Jan 13, 2025
1 parent c8df1c2 commit c3e693a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@
},
"timepicker": {},
"timezone": "",
"title": "gh-api",
"uid": "gh-api",
"title": "dashboard-gh-api",
"uid": "dashboard-gh-api",
"version": 8,
"weekStart": ""
}
2 changes: 1 addition & 1 deletion tests/testflows/tests/automated/e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def gh_api_check(self):
"""Check that gh-api data source works correctly."""

with When("I go to clickhouse dashboard"):
dashboards.open_dashboard(dashboard_name="gh-api")
dashboards.open_dashboard(dashboard_name="dashboard-gh-api")


with Then("I check gh-api datasource works correctly"):
Expand Down

0 comments on commit c3e693a

Please sign in to comment.