Skip to content

Commit b8f30a2

Browse files
committed
Fixing comment + skip message
1 parent 9d0269f commit b8f30a2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

testing/integration/upgrade_standalone_fips_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,9 @@ func TestStandaloneUpgradeFIPStoFIPS(t *testing.T) {
3838
require.NoError(t, err)
3939

4040
// We need to end the upgrade at a FIPS-capable version.
41-
// We need to start the upgrade from a FIPS-capable version
4241
if !isFIPSCapableVersion(currentVersion) {
4342
t.Skipf(
44-
"Minimum end version of FIPS-capable Agent for running this test is either %q or %q, current start version: %q",
43+
"Minimum end version of FIPS-capable Agent for running this test is either %q or %q, current end version: %q",
4544
*upgradetest.Version_8_19_0_SNAPSHOT,
4645
*upgradetest.Version_9_1_0_SNAPSHOT,
4746
currentVersion,

0 commit comments

Comments
 (0)