Skip to content

Commit

Permalink
Update nats_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
cr1cr1 committed Feb 5, 2024
1 parent f2bbb2b commit 8832c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nats/nats_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var config = Config{
NatsOptions: []nats.Option{
nats.MaxReconnects(2),
// Enable TLS by specifying RootCAs
nats.RootCAs("./tls/ca.crt"),
nats.RootCAs("../tls/ca.crt"),
},
KeyValueConfig: jetstream.KeyValueConfig{
Bucket: "test",
Expand Down

0 comments on commit 8832c25

Please sign in to comment.