Skip to content

Commit

Permalink
Fix tests for gitea
Browse files Browse the repository at this point in the history
  • Loading branch information
ozonophore committed Jun 4, 2024
1 parent 81a74ac commit a05208f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import org.springframework.test.context.junit.jupiter.EnabledIf
@EnabledIf("#{environment.getActiveProfiles().$[#this == '$GITEA'] == '$GITEA'}", loadContext = true)
class VcsFacadeUnitTestGitea : BaseVcsFacadeUnitTest(
GiteaTestClient(Configuration.model.gitea.url, Configuration.model.gitea.user, Configuration.model.gitea.password),
"ssh://git@${Configuration.model.bitbucket.host}/%s/%s.git"
"ssh://git@${Configuration.model.gitea.host}/%s/%s.git"
) {
//TODO: test using opensearch
override fun issueCommits(): Stream<Arguments> = Stream.of(
Expand Down

0 comments on commit a05208f

Please sign in to comment.