diff --git a/services/proxy/pkg/server/debug/server.go b/services/proxy/pkg/server/debug/server.go index b5d172ed2..2a76c506d 100644 --- a/services/proxy/pkg/server/debug/server.go +++ b/services/proxy/pkg/server/debug/server.go @@ -22,7 +22,7 @@ func Server(opts ...Option) (*http.Server, error) { WithCheck("web reachability", checks.NewHTTPCheck(options.Config.HTTP.Addr)) readyHandlerConfiguration := healthHandlerConfiguration. - WithCheck("nats reachability", checks.NewNatsCheck(options.Config.Events.Cluster)) + WithCheck("nats reachability", checks.NewNatsCheck(options.Config.Events.Endpoint)) var configDumpFunc http.HandlerFunc = configDump(options.Config) return debug.NewService( diff --git a/tests/acceptance/expected-failures-localAPI-on-decomposed-storage.md b/tests/acceptance/expected-failures-localAPI-on-decomposed-storage.md index d3062aaa9..ddb1419f0 100644 --- a/tests/acceptance/expected-failures-localAPI-on-decomposed-storage.md +++ b/tests/acceptance/expected-failures-localAPI-on-decomposed-storage.md @@ -189,7 +189,7 @@ - [apiSharingNg1/propfindShares.feature:149](https://github.com/opencloud-eu/opencloud/blob/main/tests/acceptance/features/apiSharingNg1/propfindShares.feature#L149) #### [Readiness check for some services returns 500 status code](https://github.com/owncloud/ocis/issues/10661) -- [apiServiceAvailability/serviceAvailabilityCheck.feature:116](https://github.com/opencloud-eu/opencloud/blob/main/tests/acceptance/features/apiServiceAvailability/serviceAvailabilityCheck.feature#L116) + - [apiServiceAvailability/serviceAvailabilityCheck.feature:125](https://github.com/opencloud-eu/opencloud/blob/main/tests/acceptance/features/apiServiceAvailability/serviceAvailabilityCheck.feature#L125) #### [Skip tests for different languages](https://github.com/opencloud-eu/opencloud/issues/183) diff --git a/tests/acceptance/expected-failures-localAPI-on-posix-storage.md b/tests/acceptance/expected-failures-localAPI-on-posix-storage.md index 0f516d03d..d3aa0db00 100644 --- a/tests/acceptance/expected-failures-localAPI-on-posix-storage.md +++ b/tests/acceptance/expected-failures-localAPI-on-posix-storage.md @@ -189,7 +189,7 @@ - [apiSharingNg1/propfindShares.feature:149](https://github.com/opencloud-eu/opencloud/blob/main/tests/acceptance/features/apiSharingNg1/propfindShares.feature#L149) #### [Readiness check for some services returns 500 status code](https://github.com/owncloud/ocis/issues/10661) -- [apiServiceAvailability/serviceAvailabilityCheck.feature:116](https://github.com/opencloud-eu/opencloud/blob/main/tests/acceptance/features/apiServiceAvailability/serviceAvailabilityCheck.feature#L116) + - [apiServiceAvailability/serviceAvailabilityCheck.feature:125](https://github.com/opencloud-eu/opencloud/blob/main/tests/acceptance/features/apiServiceAvailability/serviceAvailabilityCheck.feature#L125) #### [Skip tests for different languages](https://github.com/opencloud-eu/opencloud/issues/183)