Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: NikitaSkrynnik <nikita.skrynnik@xored.com>
  • Loading branch information
NikitaSkrynnik committed Nov 17, 2023
1 parent fa21a27 commit b5b2377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suite_setup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ func runSpire(ctx context.Context) <-chan error {
}
spireErrCh := spire.Start(
spire.WithContext(ctx),
spire.WithEntry("spiffe://example.org/nse-icmp-responder", "unix:path:/bin/nse-icmp-responder"),
spire.WithEntry("spiffe://example.org/nse-icmp-responder", "unix:path:/usr/bin/nse-icmp-responder"),
spire.WithEntry(fmt.Sprintf("spiffe://example.org/%s", filepath.Base(executable)),
fmt.Sprintf("unix:path:%s", executable),
),
Expand Down

0 comments on commit b5b2377

Please sign in to comment.