it's got the right provider, but it's barfing. I was able to get the test
to pass by changing "AWSEC2Api client = view.unwrapApi(AWSEC2Api.class)" to
"AWSEC2Api client = (AWSEC2Api)view.unwrapApi(EC2Api.class)" but that feels
like cheating, and makes me worry about actual use cases...

What is view.getBackendType() returning?

ap

Reply via email to