File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
tests/Aspire.Hosting.Azure.Tests Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,7 @@ public async Task AddAzureUserAssignedIdentity_GeneratesExpectedResourcesAndBice
3232 var ( _, bicep ) = await GetManifestWithBicep ( resource ) ;
3333
3434 await Verifier . Verify ( bicep , extension : "bicep" )
35- . UseHelixAwareDirectory ( "Snapshots" )
36- . AutoVerify ( ) ;
35+ . UseHelixAwareDirectory ( ) ;
3736 }
3837
3938 [ Fact ]
@@ -52,8 +51,7 @@ public async Task AddAzureUserAssignedIdentity_PublishAsExisting_Works()
5251 var ( _, bicep ) = await GetManifestWithBicep ( resource ) ;
5352
5453 await Verifier . Verify ( bicep , extension : "bicep" )
55- . UseHelixAwareDirectory ( "Snapshots" )
56- . AutoVerify ( ) ;
54+ . UseHelixAwareDirectory ( ) ;
5755 }
5856
5957 [ Fact ]
@@ -96,7 +94,6 @@ public async Task AddAzureUserAssignedIdentity_WithRoleAssignments_Works()
9694 new Target ( "bicep" , identityRoleAssignmentsBicep )
9795 ] ;
9896 await Verifier . Verify ( targets )
99- . UseHelixAwareDirectory ( "Snapshots" )
100- . AutoVerify ( ) ;
97+ . UseHelixAwareDirectory ( ) ;
10198 }
10299}
You can’t perform that action at this time.
0 commit comments