Skip to content

Commit

Permalink
fixup! docs: add support for markdown output
Browse files Browse the repository at this point in the history
  • Loading branch information
osrjv committed Oct 2, 2023
1 parent 3e51dba commit b0dd046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws/tests/python/test_redshift_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ def test_execute_statement(redshift):
tables = aws.execute_redshift_statement(TEST_SQL)
print("RETURNED TABLE:")
print(tables)
assert tables.get(0)["City"] == "Vancouver"
assert tables[0]["City"] == "Vancouver"

0 comments on commit b0dd046

Please sign in to comment.