Skip to content

Commit f7082bb

Browse files
Copilotvhvb1989
andcommitted
Update test to verify all Aspire snapshot files
Co-authored-by: vhvb1989 <24213737+vhvb1989@users.noreply.github.com>
1 parent 462db29 commit f7082bb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cli/azd/test/functional/aspire_snapshots_test.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ func TestSnapshotsForAspire(t *testing.T) {
1616
// Check all resources.bicep snapshots to ensure they don't have explicitContributorUserRoleAssignment
1717
snapshotFiles := []string{
1818
"testdata/snaps/aspire-full/infra/resources.bicep",
19+
"/home/runner/work/azure-dev/azure-dev/cli/azd/pkg/apphost/testdata/TestAspireBicepGeneration-resources.bicep.snap",
20+
"/home/runner/work/azure-dev/azure-dev/cli/azd/pkg/apphost/testdata/TestAspireContainerGeneration-resources.bicep.snap",
21+
"/home/runner/work/azure-dev/azure-dev/cli/azd/pkg/apphost/testdata/TestAspireDashboardGeneration-resources.bicep.snap",
22+
"/home/runner/work/azure-dev/azure-dev/cli/azd/pkg/apphost/testdata/TestAspireDockerGeneration-resources.bicep.snap",
23+
"/home/runner/work/azure-dev/azure-dev/cli/azd/pkg/apphost/testdata/TestAspireProjectV1Generation-resources.bicep.snap",
1924
}
2025

2126
for _, file := range snapshotFiles {

0 commit comments

Comments
 (0)