Skip to content

Commit

Permalink
fix failing ConnectionValidatorTest;
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Maute <stefan.maute@bosch.io>
  • Loading branch information
Stefan Maute committed Mar 29, 2021
1 parent 8a81c6c commit 516b369
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -109,7 +109,7 @@ public static void tearDown() {
@Before
public void before() {
connectivityConfigProvider = Mockito.mock(ConnectivityConfigProvider.class);
Mockito.when(connectivityConfigProvider.getConnectivityConfig(CONNECTION_ID))
Mockito.when(connectivityConfigProvider.getConnectivityConfig(CONNECTION_ID, DittoHeaders.empty()))
.thenReturn(CONNECTIVITY_CONFIG_WITH_ENABLED_BLOCKLIST);
}

Expand Down

0 comments on commit 516b369

Please sign in to comment.