Skip to content

Commit

Permalink
Use s3 fixture, refs #10
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jun 30, 2022
1 parent 0444883 commit 702f0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_s3_ocr.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import sqlite_utils


def test_start_with_no_options_error():
def test_start_with_no_options_error(s3):
runner = CliRunner()
with runner.isolated_filesystem():
result = runner.invoke(cli, ["start", "my-bucket"])
Expand Down

0 comments on commit 702f0f3

Please sign in to comment.