This is an automated email from the ASF dual-hosted git repository.
bdelacretaz pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-adapter-annotations.git
The following commit(s) were added to refs/heads/master by this push:
new ffb2804 SLING-2938 - one more readiness path
ffb2804 is described below
commit ffb2804cd4e6df19d7cece4e6b7d6a535c798280
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Tue Nov 10 12:06:38 2020 +0100
SLING-2938 - one more readiness path
---
.../java/org/apache/sling/adapter/annotations/util/AppSlingClient.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/src/it/annotations-it/src/test/java/org/apache/sling/adapter/annotations/util/AppSlingClient.java
b/src/it/annotations-it/src/test/java/org/apache/sling/adapter/annotations/util/AppSlingClient.java
index ad5309d..0706f5d 100644
---
a/src/it/annotations-it/src/test/java/org/apache/sling/adapter/annotations/util/AppSlingClient.java
+++
b/src/it/annotations-it/src/test/java/org/apache/sling/adapter/annotations/util/AppSlingClient.java
@@ -33,7 +33,8 @@ public class AppSlingClient {
"/starter.html",
"/system/console/status-adapters.txt",
"/system/console/components",
- "/system/console/services"
+ "/system/console/services",
+ "/system/console/services.json"
};
@SuppressWarnings("squid:S2095") // Caller will close the client