Evgeny Tugarev created SLING-12241:
--------------------------------------
Summary: Anonymous testing client throws NPE
Key: SLING-12241
URL: https://issues.apache.org/jira/browse/SLING-12241
Project: Sling
Issue Type: Bug
Components: Apache Sling Testing Clients
Affects Versions: Apache Sling Testing Clients 3.0.22
Reporter: Evgeny Tugarev
When using the AEM testing Clients: anonymous client to access content on a
publish instance ( AEMCS) the client throws an NPE
to reproduce:
{code:java}
anonymousPublish = cqBaseClassRule.publishRule.getClient(CQClient.class, null,
null);
anonymousPublish.doGet("/graphql/execute.json", 204);
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)