Skip to content

Commit a0805a9

Browse files
authored
Update comment to reflect wildcard is only "*"
1 parent 0c117f3 commit a0805a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/coverage/datamodel/UUriValidatorTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ TEST_F(TestUUriValidator, Wildcards) { // NOLINT
132132
EXPECT_TRUE(verify_no_wildcards(uuri));
133133
}
134134

135-
{ // Change Authority name to "hello*" (Any)
135+
{ // Change Authority name to "*" (Any)
136136
auto uuri = get_u_uri();
137137
uuri.set_authority_name("*");
138138
EXPECT_TRUE(has_wildcard_authority(uuri));

0 commit comments

Comments
 (0)