Commit 2feb6b7f authored by Simon Pastor's avatar Simon Pastor
Browse files

ut failure fix

parent 0f8d1b49
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -794,6 +794,9 @@ func checkAdjAppInfoNotificationRegisteredSubscriptions(appNames []string) {
func checkPeriodicTrigger() {

	//query to fill adjacent nodes
	if sbxCtrlClient == nil {
		return
	}
	appInfos, _, err := sbxCtrlClient.ApplicationsApi.ApplicationsGET(context.TODO(), nil)
	if err != nil {
		log.Error("Failed to get App Instance ID with error: ", err)