Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
markushi authored Nov 9, 2023
1 parent 74f543f commit 3394789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry/src/test/java/io/sentry/DsnTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class DsnTest {
}

@Test
fun `http or https protocol are accepted`() {
fun `both http and https protocols are accepted`() {
Dsn("http://publicKey:secretKey@host/path/id")
Dsn("https://publicKey:secretKey@host/path/id")

Expand Down

0 comments on commit 3394789

Please sign in to comment.