Skip to content

Commit

Permalink
fix: Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCizmar committed Feb 20, 2025
1 parent 7f90736 commit 0322633
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,12 @@ class SlackLoginControllerTest : AuthorizedControllerTest() {
}

@Test
fun `logs in for same Tolgee acc and different workspace`() {
fun `logs in for same Tolgee account and different workspace`() {
val testData = SlackTestData()
testDataService.saveTestData(testData.root)

MockedSlackClient.mockSlackClient(slackClient)

slackUserLoginUrlProvider.encryptData(
"ChannelTest",
"slackUserId",
Expand Down

0 comments on commit 0322633

Please sign in to comment.