Skip to content

Commit

Permalink
chore(smoke): add additional logs in smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 committed Sep 6, 2022
1 parent 20138a3 commit f3272e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ def _ensure_ingestion_source_present(
)
response.raise_for_status()
res_data = response.json()
print(res_data)

assert res_data
assert res_data["data"]
Expand Down

0 comments on commit f3272e3

Please sign in to comment.