Skip to content

Commit ac93b25

Browse files
committed
Use %20 for label spaces
1 parent 8cd916d commit ac93b25

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

smithy-aws-protocol-tests/model/rest-json/http-labels.smithy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ apply HttpRequestWithLabelsAndTimestampFormat @httpRequestTests([
9393
uri: """
9494
/HttpRequestWithLabelsAndTimestampFormat\
9595
/1576540098\
96-
/Mon%2C+16+Dec+2019+23%3A48%3A18+GMT\
96+
/Mon%2C%2016%20Dec%202019%2023%3A48%3A18%20GMT\
9797
/2019-12-16T23%3A48%3A18Z\
9898
/2019-12-16T23%3A48%3A18Z\
9999
/1576540098\
100-
/Mon%2C+16+Dec+2019+23%3A48%3A18+GMT\
100+
/Mon%2C%2016%20Dec%202019%2023%3A48%3A18%20GMT\
101101
/2019-12-16T23%3A48%3A18Z""",
102102
body: "",
103103
params: {

smithy-aws-protocol-tests/model/rest-xml/http-labels.smithy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ apply HttpRequestWithLabelsAndTimestampFormat @httpRequestTests([
9393
uri: """
9494
/HttpRequestWithLabelsAndTimestampFormat\
9595
/1576540098\
96-
/Mon%2C+16+Dec+2019+23%3A48%3A18+GMT\
96+
/Mon%2C%2016%20Dec%202019%2023%3A48%3A18%20GMT\
9797
/2019-12-16T23%3A48%3A18Z\
9898
/2019-12-16T23%3A48%3A18Z\
9999
/1576540098\
100-
/Mon%2C+16+Dec+2019+23%3A48%3A18+GMT\
100+
/Mon%2C%2016%20Dec%202019%2023%3A48%3A18%20GMT\
101101
/2019-12-16T23%3A48%3A18Z""",
102102
body: "",
103103
params: {

0 commit comments

Comments
 (0)