fixed access on subclass method in test

This commit is contained in:
Tim Chamberlain
2023-05-30 14:55:56 -05:00
parent a5387ff9db
commit ca1cc853fc

View File

@ -717,7 +717,7 @@ class BaseAPIActionUtilTest extends BaseTest
/******************************************************************************* /*******************************************************************************
** **
*******************************************************************************/ *******************************************************************************/
private boolean shouldBeRetryableServerErrorException(QHttpResponse qResponse) protected boolean shouldBeRetryableServerErrorException(QHttpResponse qResponse)
{ {
return (false); return (false);
} }