From e0b5d6d39ebbf94df56da30625e1d97379b6fe92 Mon Sep 17 00:00:00 2001
From: lewa <lene.wasskog@nibio.no>
Date: Tue, 3 Sep 2024 11:24:33 +0200
Subject: [PATCH] test: Fix failing test

---
 .../HTMLFormGeneratorTest/forecastConfigurationForm_result.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/resources/HTMLFormGeneratorTest/forecastConfigurationForm_result.html b/src/test/resources/HTMLFormGeneratorTest/forecastConfigurationForm_result.html
index 92f82d74..6fa9610a 100755
--- a/src/test/resources/HTMLFormGeneratorTest/forecastConfigurationForm_result.html
+++ b/src/test/resources/HTMLFormGeneratorTest/forecastConfigurationForm_result.html
@@ -17,7 +17,7 @@
 <span class="help-block" id="forecastConfigurationForm_modelId_validation"></span>
 </div>
 <div class="form-group">
-<label for="locationPointOfInterestId">Lokalitet</label>
+<label for="locationPointOfInterestId">Sted-Id</label>
 <select class="form-control" name="locationPointOfInterestId" onblur="validateField(this);">
 <option value="-1">Vennligst velg målestasjon</option>
 <option value="38">Ullensvang</option>
-- 
GitLab