Skip to content

Commit

Permalink
Fix timestream tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrous committed Aug 11, 2023
1 parent 2c14d48 commit b39af27
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,6 @@ def test_log_to_timestream():
# No need to add assertions since we're only testing if the function can be called without exceptions
log_to_timestream(
timestream_client,
db_name,
table_name,
"COPY",
"test_file.txt",
"L1/2022/09/test_file.txt",
Expand All @@ -264,8 +262,6 @@ def test_log_to_timestream():
try:
log_to_timestream(
timestream_client,
db_name,
table_name,
"COPY",
"test_file.txt",
"L1/2022/09/test_file.txt",
Expand Down

0 comments on commit b39af27

Please sign in to comment.