Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
DEBUG: more logs
  • Loading branch information
xiazhvera committed Jun 16, 2025
commit 0b1a455e12f3ce2894365d23d57818e9e7cd6b9c
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ public static void init() {
@Before
public void setup() {
client = AWSIotMqttClientIntegrationUtil.getClient();
LOGGER.warning("Setup integration test, with websocket:" + AWSIotMqttClientIntegrationUtil.IS_WEBSOCKET + ", auth mode:"
+ AWSIotMqttClientIntegrationUtil.AUTH_MODE + "endpoint:" + AWSIotMqttClientIntegrationUtil.CLIENT_ENDPOINT);
assertNotNull("Client not initialized likely due to required system properties not being provided", client);
assertNotNull("thingName was not provided", THING_NAME);
}
Expand Down
Loading