Skip to content

Commit

Permalink
Fixing E2E test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
soninaren committed Aug 22, 2019
1 parent bc960b9 commit a058360
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "2.0",
"http": {
"customHeaders": {
"X-Content-Type-Options": "nosniff"
"version": "2.0",
"extensions": {
"durableTask": {
"hubName": "CustomHeadersMiddlewareCSharpTestHub"
},
"http": {
"customHeaders": {
"X-Content-Type-Options": "nosniff"
}
}
}
},
"extensions": {
"durableTask": {
"hubName": "CustomHeadersMiddlewareCSharpTestHub"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "2.0",
"http": {
"customHeaders": {
"X-Content-Type-Options": "nosniff"
"version": "2.0",
"extensions": {
"durableTask": {
"hubName": "CustomHeadersMiddlewareNodeTestHub"
},
"http": {
"customHeaders": {
"X-Content-Type-Options": "nosniff"
}
}
}
},
"extensions": {
"durableTask": {
"hubName": "CustomHeadersMiddlewareNodeTestHub"
}
}
}

0 comments on commit a058360

Please sign in to comment.