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 8e53313 commit e580318Copy full SHA for e580318
src/test/java/org/opensearch/jobscheduler/JobSchedulerPluginTests.java
@@ -208,4 +208,8 @@ public void testGetActions() {
208
assertEquals(GetAllLocksAction.INSTANCE, actionHandler1.getAction());
209
assertEquals(TransportGetAllLocksAction.class, actionHandler1.getTransportAction());
210
}
211
+
212
+ public void testGetSdkClient() {
213
+ assertNull(plugin.getSdkClient()); // SdkClient is null until createComponents is called
214
+ }
215
0 commit comments