Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
necosta committed Feb 22, 2023
1 parent 4d186ce commit 7528aaa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class MicrositeAutoImportSettingsTest
val actualGitBaseUrl = new URL(githubConfig.baseUrl)
actualGitBaseUrl.getProtocol shouldBe "https"
actualGitBaseUrl.getHost shouldBe gitSiteUrl.getHost
actualGitBaseUrl.getPath shouldBe "/api/v3"
actualGitBaseUrl.getPath shouldBe "/api/v3/"

val actualGitAuthorizeUrl = new URL(githubConfig.authorizeUrl)
actualGitAuthorizeUrl.getProtocol shouldBe "https"
Expand Down

0 comments on commit 7528aaa

Please sign in to comment.