Skip to content

Commit 18af589

Browse files
committed
chore: test storage config
1 parent ad4c9eb commit 18af589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/CacheTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
beforeEach(function () {
88
Cache::flush();
9-
Storage::fake('local');
9+
Storage::fake(config()->string('image-transform-url.cache.disk'));
1010
});
1111

1212
it('can serve from the cache after identical requests', function () {

0 commit comments

Comments
 (0)