We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38eccf6 commit 5232bd7Copy full SHA for 5232bd7
testing/integration/upgrade_standalone_fips_test.go
@@ -41,7 +41,7 @@ func TestStandaloneUpgradeFIPStoFIPS(t *testing.T) {
41
require.NoError(t, err)
42
43
err = upgradetest.PerformUpgrade(ctx, startFixture, endFixture, t, upgradetest.WithUnprivileged(unprivileged))
44
- assert.NoError(t, err)
+ require.NoError(t, err)
45
46
// Check that new (post-upgrade) Agent is also FIPS-compliant
47
client := endFixture.Client()
0 commit comments