Skip to content

Commit

Permalink
Update purge tests for hashless assets
Browse files Browse the repository at this point in the history
  • Loading branch information
mfinelli committed Jan 9, 2020
1 parent 0b73c2f commit 45daeb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/bankrupt/tasks_spec.rb
Expand Up @@ -167,6 +167,7 @@ def deleted
s3_double.stub_responses(:list_objects_v2, contents:
[
{ key: 'test/app-123.css' },
{ key: 'test/hashless.js' },
{ key: 'test/app-9b33890bb13bb1d8f975e9ab3902c05f.js' },
{ key: 'test/app-a4197ed8dcb93d681801318bd25a41ed.css' }
])
Expand Down

0 comments on commit 45daeb4

Please sign in to comment.