File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
nf-tower/src/main/io/seqera/tower/plugin
nf-wave/src/main/io/seqera/wave/plugin Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -310,7 +310,7 @@ class TowerFusionToken implements FusionToken {
310
310
}
311
311
312
312
if ( resp. statusCode() == 401 ) {
313
- throw new UnauthorizedException (" Unauthorized [401] - Verify you have provided a valid access token" )
313
+ throw new UnauthorizedException (" Unauthorized [401] - Verify you have provided a Seqera Platform valid access token" )
314
314
}
315
315
316
316
throw new BadResponseException (" Invalid response: ${ httpReq.method()} ${ httpReq.uri()} [${ resp.statusCode()} ] ${ resp.body()} " )
Original file line number Diff line number Diff line change @@ -317,7 +317,7 @@ class WaveClient {
317
317
return sendRequest0(request, attempt+1 )
318
318
}
319
319
else
320
- throw new UnauthorizedException (" Unauthorized [401] - Verify you have provided a valid access token" )
320
+ throw new UnauthorizedException (" Unauthorized [401] - Verify you have provided a valid Seqera Platform access token" )
321
321
}
322
322
else
323
323
throw new BadResponseException (" Wave invalid response: POST ${ uri} [${ resp.statusCode()} ] ${ resp.body()} " )
You can’t perform that action at this time.
0 commit comments