mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
fixed access on subclass method in test
This commit is contained in:
@ -717,7 +717,7 @@ class BaseAPIActionUtilTest extends BaseTest
|
||||
/*******************************************************************************
|
||||
**
|
||||
*******************************************************************************/
|
||||
private boolean shouldBeRetryableServerErrorException(QHttpResponse qResponse)
|
||||
protected boolean shouldBeRetryableServerErrorException(QHttpResponse qResponse)
|
||||
{
|
||||
return (false);
|
||||
}
|
||||
|
Reference in New Issue
Block a user