From 720df1c067f59d88cea5b80d871edef129c16929 Mon Sep 17 00:00:00 2001 From: Karishma Chawla Date: Wed, 21 Feb 2024 14:50:24 -0800 Subject: [PATCH] Update pkg/rp/v1/types_test.go Signed-off-by: Karishma Chawla --- pkg/rp/v1/types_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/rp/v1/types_test.go b/pkg/rp/v1/types_test.go index 4d91aaf042..8d6ad5da8b 100644 --- a/pkg/rp/v1/types_test.go +++ b/pkg/rp/v1/types_test.go @@ -111,7 +111,7 @@ func Test_isGlobalScopedResource(t *testing.T) { isGlobal: false, }, { - desc: "envisronment scope", + desc: "environment scope", basicResourceProperties: BasicResourceProperties{ Environment: "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/radius-test-rg/providers/Applications.core/environments/env0", },