Skip to content

Commit

Permalink
update init test
Browse files Browse the repository at this point in the history
  • Loading branch information
weikanglim committed Oct 18, 2024
1 parent e9e17d9 commit ad039f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/azd/test/functional/init_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ func Test_CLI_Init_From_App(t *testing.T) {
require.NoError(t, err)

require.FileExists(t, filepath.Join(dir, "infra", "main.bicep"))
require.FileExists(t, filepath.Join(dir, "infra", "main.parameters.json"))
require.FileExists(t, filepath.Join(dir, "infra", "resources.bicep"))
require.FileExists(t, filepath.Join(dir, "azure.yaml"))
require.FileExists(t, filepath.Join(dir, "infra", "app", "app.bicep"))
require.FileExists(t, filepath.Join(dir, "infra", "app", "db-postgres.bicep"))
}

0 comments on commit ad039f1

Please sign in to comment.