Merge Healthcheck descriptions
[dcaegen2/collectors/hv-ves.git] / sources / hv-collector-ct / src / test / kotlin / org / onap / dcae / collectors / veshv / tests / component / VesHvSpecification.kt
index 338c373..75e7cf0 100644 (file)
@@ -314,7 +314,7 @@ object VesHvSpecification : Spek({
             it("should mark the application unhealthy ") {
                 assertThat(sut.healthStateProvider.currentHealth)
                         .describedAs("application health state")
-                        .isEqualTo(HealthDescription.CONSUL_CONFIGURATION_NOT_FOUND)
+                        .isEqualTo(HealthDescription.DYNAMIC_CONFIGURATION_NOT_FOUND)
             }
         }
     }