Skip to content

Commit 78e3476

Browse files
Revert integration test config files to use AppService - Unauthenticated breaks role-based policy tests
Co-authored-by: souvikghosh04 <[email protected]>
1 parent 1c13dd5 commit 78e3476

10 files changed

Lines changed: 10 additions & 10 deletions

src/Service.Tests/Snapshots/ConfigurationTests.TestReadingRuntimeConfigForCosmos.verified.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
AllowCredentials: false
4646
},
4747
Authentication: {
48-
Provider: Unauthenticated
48+
Provider: AppService
4949
}
5050
}
5151
},

src/Service.Tests/Snapshots/ConfigurationTests.TestReadingRuntimeConfigForMsSql.verified.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
AllowCredentials: false
5050
},
5151
Authentication: {
52-
Provider: Unauthenticated
52+
Provider: AppService
5353
}
5454
}
5555
},

src/Service.Tests/Snapshots/ConfigurationTests.TestReadingRuntimeConfigForMySql.verified.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
AllowCredentials: false
4242
},
4343
Authentication: {
44-
Provider: Unauthenticated
44+
Provider: AppService
4545
}
4646
}
4747
},

src/Service.Tests/Snapshots/ConfigurationTests.TestReadingRuntimeConfigForPostgreSql.verified.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
AllowCredentials: false
4242
},
4343
Authentication: {
44-
Provider: Unauthenticated
44+
Provider: AppService
4545
}
4646
}
4747
},

src/Service.Tests/Snapshots/CorsUnitTests.TestCorsConfigReadCorrectly.verified.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
AllowCredentials: false
44
},
55
Authentication: {
6-
Provider: Unauthenticated
6+
Provider: AppService
77
}
88
}

src/Service.Tests/dab-config.CosmosDb_NoSql.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"allow-credentials": false
2929
},
3030
"authentication": {
31-
"provider": "Unauthenticated"
31+
"provider": "AppService"
3232
},
3333
"mode": "development"
3434
},

src/Service.Tests/dab-config.DwSql.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"allow-credentials": false
2727
},
2828
"authentication": {
29-
"provider": "Unauthenticated"
29+
"provider": "AppService"
3030
},
3131
"mode": "development"
3232
}

src/Service.Tests/dab-config.MsSql.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"allow-credentials": false
3737
},
3838
"authentication": {
39-
"provider": "Unauthenticated"
39+
"provider": "AppService"
4040
},
4141
"mode": "development"
4242
}

src/Service.Tests/dab-config.MySql.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"allow-credentials": false
2525
},
2626
"authentication": {
27-
"provider": "Unauthenticated"
27+
"provider": "AppService"
2828
},
2929
"mode": "development"
3030
}

src/Service.Tests/dab-config.PostgreSql.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"allow-credentials": false
2525
},
2626
"authentication": {
27-
"provider": "Unauthenticated"
27+
"provider": "AppService"
2828
},
2929
"mode": "development"
3030
}

0 commit comments

Comments
 (0)