File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
it/src/test/java/com/sonarsource/scanner/it Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ public void should_use_environment_prop() {
190
190
191
191
assertThat (buildResult .isSuccess ()).isFalse ();
192
192
assertThat (buildResult .getLogs ())
193
- .contains ("Failed to query server version: Not Found" );
193
+ .contains ("Failed to query server version: HTTP 404 Not Found" );
194
194
}
195
195
196
196
@ Test
@@ -216,7 +216,7 @@ public void should_fail_if_unable_to_connect() {
216
216
assertThat (result .isSuccess ()).isFalse ();
217
217
// with the following message
218
218
assertThat (result .getLogs ())
219
- .contains ("Failed to query server version: Not Found" );
219
+ .contains ("Failed to query server version: HTTP 404 Not Found" );
220
220
}
221
221
222
222
// SONARPLUGINS-3574
Original file line number Diff line number Diff line change 81
81
<dependency >
82
82
<groupId >org.sonarsource.scanner.lib</groupId >
83
83
<artifactId >sonar-scanner-java-library</artifactId >
84
- <version >3.2.1.385 </version >
84
+ <version >3.2.2.411 </version >
85
85
</dependency >
86
86
<dependency >
87
87
<groupId >org.slf4j</groupId >
You can’t perform that action at this time.
0 commit comments