Skip to content

Commit

Permalink
Fix ConnectivityServiceGlobalErrorRegistryTest.
Browse files Browse the repository at this point in the history
Signed-off-by: Yufei Cai <yufei.cai@bosch.io>
  • Loading branch information
yufei-cai committed Oct 27, 2021
1 parent f3f6457 commit 1e4e1fb
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import org.eclipse.ditto.connectivity.model.ConnectionConfigurationInvalidException;
import org.eclipse.ditto.connectivity.service.config.ConnectivityConfigUnavailableException;
import org.eclipse.ditto.connectivity.service.messaging.kafka.MessageRejectedException;
import org.eclipse.ditto.jwt.model.JwtInvalidException;
import org.eclipse.ditto.messages.model.AuthorizationSubjectBlockedException;
import org.eclipse.ditto.base.model.namespaces.NamespaceBlockedException;
import org.eclipse.ditto.base.model.signals.JsonTypeNotParsableException;
Expand Down Expand Up @@ -71,7 +72,8 @@ public ConnectivityServiceGlobalErrorRegistryTest() {
ConnectivityConfigUnavailableException.class,
PathUnknownException.class,
UnknownTopicPathException.class,
MessageRejectedException.class);
MessageRejectedException.class,
JwtInvalidException.class);
}

}

0 comments on commit 1e4e1fb

Please sign in to comment.