Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: NikitaSkrynnik <[email protected]>
  • Loading branch information
NikitaSkrynnik committed Nov 17, 2023
1 parent 43e35b1 commit 6e8f597
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// Copyright (c) 2020-2022 Doc.ai and/or its affiliates.
//
// Copyright (c) 2023 Cisco and/or its affiliates.
//
// SPDX-License-Identifier: Apache-2.0
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -68,7 +70,7 @@ func (t *NetworkServiceManagerProxySuite) SetupSuite() {
require.NoError(t.T(), err)
t.spireErrCh = spire.Start(
spire.WithContext(t.ctx),
spire.WithEntry("spiffe://example.org/nsmgr-proxy", "unix:path:/bin/nsmgr-proxy"),
spire.WithEntry("spiffe://example.org/nsmgr-proxy", "unix:path:/usr/bin/nsmgr-proxy"),
spire.WithEntry(fmt.Sprintf("spiffe://example.org/%s", filepath.Base(executable)),
fmt.Sprintf("unix:path:%s", executable),
),
Expand Down

0 comments on commit 6e8f597

Please sign in to comment.