Skip to content

Commit

Permalink
test the response
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadrezaPourreza committed Apr 2, 2024
1 parent 2e4e7bc commit 19868a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dataherald/tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def test_scan_all_tables():
"/api/v1/table-descriptions/sync-schemas",
json={"db_connection_id": "64dfa0e103f5134086f7090c"},
)
print(response.json())
assert response.status_code == HTTP_201_CODE


Expand Down

0 comments on commit 19868a3

Please sign in to comment.