Skip to content

Commit

Permalink
Update CustomEmojiTest.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbrito committed Sep 1, 2019
1 parent 76ae026 commit f5abd66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ class CustomEmojiTest {
fun `getCustomEmojis() should return list of custom emojis`() {
mockServer.expect()
.get()
.withPath("/api/v1/emoji-custom")
.withPath("/api/v1/emoji-custom.list")
.andReturn(200, EMOJI_CUSTOM_OK)
.once()

Expand Down

0 comments on commit f5abd66

Please sign in to comment.