Skip to content

Commit

Permalink
Merge pull request #116 from duneanalytics/update-table-insert-unit-t…
Browse files Browse the repository at this point in the history
…ests

Updated /insert unit tests expected results
  • Loading branch information
waddahAldrobi committed Mar 21, 2024
2 parents 1cbe59c + f2da24c commit b9db190
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 b9db190

Please sign in to comment.