Skip to content

Commit 4599e2e

Browse files
authored
Merge pull request #808 from jetstack/fix
Fix PR588 merge conflict
2 parents 046fd87 + a1efbbf commit 4599e2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/agent/config_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ func Test_ValidateAndCombineConfig(t *testing.T) {
319319
withCmdLineFlags("--client-id", "5bc7d07c-45da-11ef-a878-523f1e1d7de1", "--private-key-path", privKeyPath, "--venafi-cloud"),
320320
)
321321
require.NoError(t, err)
322-
assert.Equal(t, VenafiCloudKeypair, got.AuthMode)
322+
assert.Equal(t, VenafiCloudKeypair, got.OutputMode)
323323
assert.IsType(t, &client.VenafiCloudClient{}, cl)
324324
})
325325

0 commit comments

Comments
 (0)