Unfortunately the unit test has failed. Could you please update the code to resolve this?
The problem is that the new code explicitly adds .aws.amazon.com, which is not correct as ${this.console} already includes it. To give some background on why this string cannot be hardcoded there: Amazon operates multiple completely separate instances of AWS other than the "main" one you are probably used to, for example the GovCloud console is at https://console.amazonaws-us-gov.com/console/home
Thank you very much for the contribution!
Unfortunately the unit test has failed. Could you please update the code to resolve this?
The problem is that the new code explicitly adds
.aws.amazon.com
, which is not correct as${this.console}
already includes it. To give some background on why this string cannot be hardcoded there: Amazon operates multiple completely separate instances of AWS other than the "main" one you are probably used to, for example the GovCloud console is at https://console.amazonaws-us-gov.com/console/home