Skip to content

Commit

Permalink
ca: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
3u13r committed Dec 20, 2023
1 parent 307d1e2 commit 0d54713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ca/ca_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func TestNewCA(t *testing.T) {
assert := assert.New(t)
require := require.New(t)

ca, err := New()
ca, err := New("namespace")
require.NoError(err)
assert.NotNil(ca)
assert.NotNil(ca.rootPrivKey)
Expand Down

0 comments on commit 0d54713

Please sign in to comment.