Skip to content

Commit

Permalink
Merge branch 'main' into rynowak/devcontainer-feature-path
Browse files Browse the repository at this point in the history
  • Loading branch information
rynowak authored Dec 18, 2023
2 parents 0ea42a8 + 5a53736 commit e949db5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func Test_Deployment_SimulatedEnv_BicepRecipe(t *testing.T) {
SkipObjectValidation: true,
PostStepVerify: func(ctx context.Context, t *testing.T, ct shared.RPTest) {
// Get pods in app namespace
label := fmt.Sprintf("radius.dev/application=%s", appName)
label := fmt.Sprintf("radapp.io/application=%s", appName)
pods, err := ct.Options.K8sClient.CoreV1().Pods(appNamespace).List(ctx, metav1.ListOptions{
LabelSelector: label,
})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func Test_Deployment_SimulatedEnv(t *testing.T) {
SkipObjectValidation: true,
PostStepVerify: func(ctx context.Context, t *testing.T, ct shared.RPTest) {
// Get pods in app namespace
label := fmt.Sprintf("radius.dev/application=%s", name)
label := fmt.Sprintf("radapp.io/application=%s", name)
pods, err := ct.Options.K8sClient.CoreV1().Pods(appNamespace).List(ctx, metav1.ListOptions{
LabelSelector: label,
})
Expand Down

0 comments on commit e949db5

Please sign in to comment.