From 06e7ed3066d48ad476401fe27819f9d79db9c496 Mon Sep 17 00:00:00 2001 From: Stephen Fox Date: Fri, 22 Oct 2021 12:00:30 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- .../evolveum/polygon/connector/grouper/test/AbstractTest.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 674612c..6de768b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The grouper connector has the following features: * The connector configuration is specified in the user interface -* The connectory supports two Types related to Grouper. These are Group Objects and Stem objects. A Stem object is also known within grouper as a folder. +* The connector supports two Types related to Grouper. These are Group Objects and Stem objects. A Stem object is also known within grouper as a folder. * A Stem object has attributes and may contain child stems or child groups. * A Group object has attributes and may contain members also known as subjects * The connector retrieves and filters stems and groups which are children of the configured base stem diff --git a/src/test/java/com/evolveum/polygon/connector/grouper/test/AbstractTest.java b/src/test/java/com/evolveum/polygon/connector/grouper/test/AbstractTest.java index abf42fe..22401d8 100644 --- a/src/test/java/com/evolveum/polygon/connector/grouper/test/AbstractTest.java +++ b/src/test/java/com/evolveum/polygon/connector/grouper/test/AbstractTest.java @@ -41,9 +41,9 @@ class AbstractTest { static final String TEST_UUID_NON_EXISTENT = "dd089842948329438249284928289XXX"; // Connector configuration - private static final String BASE_URL = "https://abc.workbench.incommon.org"; + private static final String BASE_URL = "https://localhost:443"; private static final String ADMIN_USERNAME = TEST_USER; - private static final String ADMIN_PASSWORD = "password1"; + private static final String ADMIN_PASSWORD = "password"; private static final String BASE_STEM = "app:sympa"; private static final String[] STEM_ATTRIBUTE_NAMES = null; private static final String[] STEM_INCLUDE_PATTERN = { ".*" };