Skip to content

Commit 1736c3b

Browse files
Add comprehensive integration tests for ContentstackPlugin, validating plugin functionality and request/response handling.
1 parent 24692a1 commit 1736c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/contentstack/sdk/TestContentstackPlugin.java renamed to src/test/java/com/contentstack/sdk/TestContentstackPluginIT.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 TestContentstackPlugin {
11+
class TestContentstackPluginIT {
1212

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

0 commit comments

Comments
 (0)