Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Guggemos <dominik.guggemos@bosch-si.com>
  • Loading branch information
dguggemos committed Feb 21, 2018
1 parent ecb6577 commit bc7e085
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*/
public final class TestConstants {

public static String ID = "myConnection";
public static String ID = "amqp-10:myConnection";

public static ConnectionType TYPE = ConnectionType.AMQP_10;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*/
public final class TestConstants {

public static String ID = "myConnection";
public static String ID = "amqp-10:myConnection";

private static final ConnectionType TYPE = ConnectionType.AMQP_10;

Expand Down

0 comments on commit bc7e085

Please sign in to comment.