Skip to content

Commit 336b07f

Browse files
Add integration tests for ContentstackPlugin, implementing two sample plugins and validating their request/response handling in the Contentstack environment.
1 parent 1895139 commit 336b07f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/contentstack/sdk/TestContentstackPluginIT.java renamed to src/test/java/com/contentstack/sdk/ContentstackPluginIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
@TestInstance(TestInstance.Lifecycle.PER_CLASS)
1010
@TestMethodOrder(MethodOrderer.OrderAnnotation.class)
11-
class TestContentstackPluginIT {
11+
class ContentstackPluginIT {
1212

1313
final Stack stack = Credentials.getStack();
1414

0 commit comments

Comments
 (0)