Skip to content

Commit

Permalink
fix(test): missing variables in test causing error in logs (datahub-p…
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal authored and Oleg Ruban committed Feb 28, 2023
1 parent c92a11f commit bebb3a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions smoke-test/tests/read_only/test_analytics.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def test_metadata_analytics_chart_is_accessible(frontend_session):
}
}
""",
"variables": {"input": {"query": "*"}},
}
response = frontend_session.post(f"{get_frontend_url()}/api/v2/graphql", json=json)
res_json = response.json()
Expand Down

0 comments on commit bebb3a4

Please sign in to comment.