Skip to content

Commit

Permalink
Fix after rebase: fix new test
Browse files Browse the repository at this point in the history
  • Loading branch information
quentin-jaquier-sonarsource committed Jun 14, 2024
1 parent 688e4fd commit 101d01e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ void should_return_an_ast() throws Exception {
@Test
void should_omit_an_ast_if_skipAst_flag_is_set() throws Exception {
bridgeServer = createBridgeServer(START_SERVER_SCRIPT);
bridgeServer.startServer(context, emptyList());
bridgeServer.startServer(BridgeServerConfig.fromSensorContext(context), emptyList());

DefaultInputFile inputFile = TestInputFileBuilder
.create("foo", "foo.js")
Expand Down

0 comments on commit 101d01e

Please sign in to comment.