Skip to content

Commit

Permalink
chore(smoke): add additional logs in smoke test (datahub-project#5842)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 authored and shirshanka committed Sep 8, 2022
1 parent 3900174 commit 959c66e
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 959c66e

Please sign in to comment.