Skip to content

Commit e9c0a69

Browse files
fix med test
1 parent 0f0816f commit e9c0a69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

medium-tests/src/test/java/mediumtest/SharedConnectedModeSettingsMediumTests.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ void should_return_sc_config_when_bound_to_sonarcloud(SonarLintTestHarness harne
5454
var expectedFileContent = String.format("""
5555
{
5656
"sonarCloudOrganization": "%s",
57-
"projectKey": "%s"
57+
"projectKey": "%s",
58+
"region": "EU"
5859
}""", organizationKey, projectKey);
5960

6061
var server = harness.newFakeSonarCloudServer(organizationKey).start();

0 commit comments

Comments
 (0)