Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
fix failing test from #140
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam committed Aug 12, 2019
1 parent 42f8cbc commit 58ce530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collectfast/tests/test_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def test_warn_preload_metadata(case):
with warnings.catch_warnings(record=True) as w:
warnings.simplefilter("always")
call_collectstatic()
case.assertIn('AWS_PRELOAD_METADATA', str(w[0].message))
case.assertIn('preload_metadata', str(w[0].message))


@test
Expand Down

0 comments on commit 58ce530

Please sign in to comment.