We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29f54c7 commit 27a44baCopy full SHA for 27a44ba
src/test/java/com/contentstack/sdk/TestContentstack.java
@@ -116,7 +116,6 @@ void testConfigEarlyAccessSingleFeature() throws IllegalAccessException {
116
Assertions.assertEquals(earlyAccess[0], config.earlyAccess[0]);
117
Assertions.assertNotNull(stack.headers.containsKey("x-header-ea"));
118
Assertions.assertEquals("Taxonomy", stack.headers.get("x-header-ea"));
119
-
120
}
121
122
@Test
0 commit comments