Skip to content

Commit

Permalink
Fix test failing due to missing property
Browse files Browse the repository at this point in the history
  • Loading branch information
PapaCharlie committed Nov 13, 2023
1 parent 97be023 commit 85afc92
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ public void testURIPropertiesDeserialization() throws PropertySerializationExcep
URI localhost = URI.create("https://localhost:8443");
XdsD2.D2URI uri = XdsD2.D2URI.newBuilder()
.setVersion(DUMMY_VERSION)
.setUri(localhost.toString())
.setClusterName(PRIMARY_CLUSTER_NAME)
.setUriSpecificProperties(Struct.newBuilder()
.putFields("foo", Value.newBuilder().setStringValue("bar").build())
Expand Down

0 comments on commit 85afc92

Please sign in to comment.