mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-06-17 23:11:15 +02:00
Fix unit test
This commit is contained in:
@@ -96,7 +96,7 @@ class DiffResultToDiffResultDtoMapperTest {
|
||||
.isPresent()
|
||||
.get()
|
||||
.extracting("href")
|
||||
.isEqualTo("/scm/api/v2/repositories/space/X/content/123/B.ts?start={start}?end={end}");
|
||||
.isEqualTo("/scm/api/v2/repositories/space/X/content/123/B.ts?start={start}&end={end}");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user