Skip to content

Commit 1c6f6c4

Browse files
committed
Fix test
1 parent cbc2e29 commit 1c6f6c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/workflows/nodejs_npm_esbuild/test_nodejs_npm_with_esbuild.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ def test_builds_javascript_project_with_external(self, runtime):
327327
self.assertIn('require("minimal-request-promise")', js_file)
328328

329329
@parameterized.expand([("nodejs12.x",), ("nodejs14.x",), ("nodejs16.x",)])
330-
def test_builds_javascript_project_with_loader(self):
330+
def test_builds_javascript_project_with_loader(self, runtime):
331331
osutils = OSUtils()
332332
source_dir = os.path.join(self.TEST_DATA_FOLDER, "no-deps-esbuild-loader")
333333

0 commit comments

Comments
 (0)