Skip to content

Commit 1bf616f

Browse files
committed
Change assert to require
1 parent f6d4e85 commit 1bf616f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/integration/upgrade_standalone_fips_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func TestStandaloneUpgradeFIPStoFIPS(t *testing.T) {
4141
require.NoError(t, err)
4242

4343
err = upgradetest.PerformUpgrade(ctx, startFixture, endFixture, t, upgradetest.WithUnprivileged(unprivileged))
44-
assert.NoError(t, err)
44+
require.NoError(t, err)
4545

4646
// Check that new (post-upgrade) Agent is also FIPS-compliant
4747
client := endFixture.Client()

0 commit comments

Comments
 (0)