Skip to content

Commit

Permalink
TST: Fix assets
Browse files Browse the repository at this point in the history
  • Loading branch information
kernc committed Jul 19, 2020
1 parent 3175783 commit 154f6cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/test_assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def setUp(self, override=None):
import assets
self.temp_path = mkdtemp(prefix='pelicantests.')
settings = {
'ASSET_CONFIG': [('sass_bin', 'scss')],
'PATH': os.path.join(os.path.dirname(CUR_DIR), 'test_data', 'content'),
'OUTPUT_PATH': self.temp_path,
'PLUGINS': [assets],
Expand Down

0 comments on commit 154f6cc

Please sign in to comment.