Skip to content

Commit 640aa0d

Browse files
committed
Removing appliesTo from NullAndEmptyHeaders tests
1 parent 056e316 commit 640aa0d

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

smithy-aws-protocol-tests/model/restJson1/http-headers.smithy

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -432,14 +432,13 @@ apply NullAndEmptyHeadersClient @httpRequestTests([
432432
headers: {
433433
"X-B": ""
434434
"X-C": ""
435-
}
435+
},
436436
body: "",
437437
params: {
438438
a: null,
439439
b: "",
440440
c: [],
441441
},
442-
appliesTo: "client",
443442
},
444443
])
445444

@@ -462,13 +461,12 @@ apply NullAndEmptyHeadersServer @httpResponseTests([
462461
headers: {
463462
"X-B": ""
464463
"X-C": ""
465-
}
464+
},
466465
params: {
467466
a: null,
468467
b: "",
469468
c: [],
470469
},
471-
appliesTo: "server",
472470
},
473471
])
474472

smithy-aws-protocol-tests/model/restXml/http-headers.smithy

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -375,14 +375,13 @@ apply NullAndEmptyHeadersClient @httpRequestTests([
375375
headers: {
376376
"X-B": ""
377377
"X-C": ""
378-
}
378+
},
379379
body: "",
380380
params: {
381381
a: null,
382382
b: "",
383383
c: [],
384384
},
385-
appliesTo: "client",
386385
},
387386
])
388387

@@ -405,14 +404,13 @@ apply NullAndEmptyHeadersServer @httpResponseTests([
405404
headers: {
406405
"X-B": ""
407406
"X-C": ""
408-
}
407+
},
409408
body: "",
410409
params: {
411410
a: null,
412411
b: "",
413412
c: [],
414413
},
415-
appliesTo: "server",
416414
},
417415
])
418416

0 commit comments

Comments
 (0)