We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3c5bc9 commit f87e5b0Copy full SHA for f87e5b0
tests/app/tests/test_webpack.py
@@ -99,7 +99,7 @@ def test_reporting_errors(self):
99
try:
100
get_bundle('main')
101
except WebpackException as e:
102
- self.assertIn("Cannot resolve module 'the-library-that-did-not-exist'", e.message)
+ self.assertIn("Cannot resolve module 'the-library-that-did-not-exist'", str(e))
103
104
def test_missing_stats_file(self):
105
os.remove(settings.WEBPACK_LOADER['STATS_FILE'])
0 commit comments