Skip to content

Commit

Permalink
SONARGO-78 Update plugin-api-impl and sonar-ws dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mstachniuk committed Dec 16, 2024
1 parent 7c23c78 commit 49f4b49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public abstract class TestBase {
.addPlugin(GO_PLUGIN_LOCATION)
.useDefaultAdminCredentialsForBuilds(true)
.setSonarVersion(System.getProperty(SQ_VERSION_PROPERTY, DEFAULT_SQ_VERSION))
.restoreProfileAtStartup(FileLocation.of("src/test/resources/nosonar-go.xml"))
.restoreProfileAtStartup(FileLocation.of("src/integrationTest/resources/nosonar-go.xml"))
.build();

@BeforeAll
Expand Down
Empty file.

0 comments on commit 49f4b49

Please sign in to comment.