Skip to content

Commit 7bf0603

Browse files
Removing unnessary comment
1 parent d79de59 commit 7bf0603

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

helm-framework/helm/resource_helm_release_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -720,15 +720,13 @@ func TestAccResourceRelease_suppressEmptyDescription(t *testing.T) {
720720
Check: resource.ComposeAggregateTestCheckFunc(
721721
resource.TestCheckResourceAttr("helm_release.test", "metadata.name", name),
722722
resource.TestCheckResourceAttr("helm_release.test", "description", "Test"),
723-
// Omitting revision check here
724723
),
725724
},
726-
// Attempt to update the description to an empty string and verifying the suppression logic
725+
// Attempt to update the description to an empty string and now we are verifying the suppression logic
727726
{
728727
Config: testAccHelmReleaseConfigSuppressEmptyDescription(testResourceName, namespace, name, "1.2.3", ""),
729728
Check: resource.ComposeAggregateTestCheckFunc(
730729
resource.TestCheckResourceAttr("helm_release.test", "description", "Test"),
731-
// Omitting revision check here as well
732730
),
733731
},
734732
},

0 commit comments

Comments
 (0)