Skip to content

Commit a058360

Browse files
committed
Fixing E2E test cases
1 parent bc960b9 commit a058360

File tree

2 files changed

+20
-20
lines changed
  • test/WebJobs.Script.Tests.Integration/TestScripts/CustomHeadersMiddleware

2 files changed

+20
-20
lines changed
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"version": "2.0",
3-
"http": {
4-
"customHeaders": {
5-
"X-Content-Type-Options": "nosniff"
2+
"version": "2.0",
3+
"extensions": {
4+
"durableTask": {
5+
"hubName": "CustomHeadersMiddlewareCSharpTestHub"
6+
},
7+
"http": {
8+
"customHeaders": {
9+
"X-Content-Type-Options": "nosniff"
10+
}
11+
}
612
}
7-
},
8-
"extensions": {
9-
"durableTask": {
10-
"hubName": "CustomHeadersMiddlewareCSharpTestHub"
11-
}
12-
}
1313
}
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"version": "2.0",
3-
"http": {
4-
"customHeaders": {
5-
"X-Content-Type-Options": "nosniff"
2+
"version": "2.0",
3+
"extensions": {
4+
"durableTask": {
5+
"hubName": "CustomHeadersMiddlewareNodeTestHub"
6+
},
7+
"http": {
8+
"customHeaders": {
9+
"X-Content-Type-Options": "nosniff"
10+
}
11+
}
612
}
7-
},
8-
"extensions": {
9-
"durableTask": {
10-
"hubName": "CustomHeadersMiddlewareNodeTestHub"
11-
}
12-
}
1313
}

0 commit comments

Comments
 (0)