Skip to content

Commit da48fd6

Browse files
committed
s/compliant/capable/
1 parent 49ebacc commit da48fd6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

testing/integration/upgrade_standalone_fips_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ import (
2020
"github.com/elastic/elastic-agent/testing/upgradetest"
2121
)
2222

23-
// This file contains upgrade tests that pertain to FIPS-compliant Agent artifacts.
23+
// This file contains upgrade tests that pertain to FIPS-capable Agent artifacts.
2424

25-
// TestStandaloneUpgradeFIPStoFIPS ensures that upgrading a FIPS-compliant Agent
26-
// results in the new (post-upgrade) Agent to also be FIPS-compliant.
25+
// TestStandaloneUpgradeFIPStoFIPS ensures that upgrading a FIPS-capable Agent
26+
// results in the new (post-upgrade) Agent to also be FIPS-capable.
2727
func TestStandaloneUpgradeFIPStoFIPS(t *testing.T) {
2828
define.Require(t, define.Requirements{
2929
Group: StandaloneUpgrade,

0 commit comments

Comments
 (0)