Skip to content

Commit

Permalink
test(clearly-defined): Make use of the projectUrl property
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Aug 28, 2024
1 parent b91c8ff commit 1cd9699
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class ClearlyDefinedServiceFunTest : WordSpec({

summary.shouldNotBeNull().run {
prNumber shouldBeGreaterThan 0
url shouldStartWith "https://github.com/clearlydefined/curated-data-dev/pull/"
url shouldStartWith "${Server.DEVELOPMENT.projectUrl}/pull/"
}
}
}
Expand Down

0 comments on commit 1cd9699

Please sign in to comment.