We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cb5cbc commit 446cb82Copy full SHA for 446cb82
AndroidXCI/lib/src/main/kotlin/dev/androidx/ci/testRunner/FirebaseTestLabController.kt
@@ -174,7 +174,7 @@ internal class FirebaseTestLabController(
174
)
175
} catch (httpException: HttpException) {
176
logger.error(httpException) {
177
- "FTL getTestMatrix call ran into issues"
+ "FTL getTestMatrix call for $testMatrixId ran into issues"
178
}
179
if (httpException.code() == 404) {
180
return null
0 commit comments