Skip to content

Commit

Permalink
chore(test): apply change from core
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Sep 27, 2023
1 parent 816d1ed commit 4a73ab3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ void selectWithCompositeType() throws Exception {
});
}

public static final Map<String, String> INPUTS = ImmutableMap.of(
public static final Map<String, Object> INPUTS = ImmutableMap.of(
"sslRootCert", TestUtils.ca(),
"sslCert", TestUtils.cert(),
"sslKey", TestUtils.keyNoPass()
Expand Down

0 comments on commit 4a73ab3

Please sign in to comment.