Skip to content

Commit

Permalink
Updaed /insert unit tests expected results
Browse files Browse the repository at this point in the history
  • Loading branch information
waddahAldrobi committed Mar 21, 2024
1 parent 1cbe59c commit 3a4d4cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def test_insert_table_csv_success(self):
data=data,
content_type="text/csv",
),
None,
{'rows_written': 1},
)

@unittest.skip("This is a plus subscription endpoint.")
Expand All @@ -293,7 +293,7 @@ def test_insert_table_json_success(self):
data=data,
content_type="application/x-ndjson",
),
None,
{'rows_written': 1},
)

def test_download_csv_with_pagination(self):
Expand Down

0 comments on commit 3a4d4cb

Please sign in to comment.