Skip to content

Commit

Permalink
Update pillarbox-core-business/src/androidTest/java/ch/srgssr/pillarb…
Browse files Browse the repository at this point in the history
…ox/core/business/AkamaiTokenProviderTest.kt

Co-authored-by: Samuel Défago <[email protected]>
  • Loading branch information
StaehliJ and defagos authored Aug 21, 2023
1 parent b977e2e commit 4309384
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class AkamaiTokenProviderTest {
}

@Test
fun testAclShotPath() {
fun testAclShortPath() {
val uri = Uri.parse("https://fake.url/content/playlist.m3u8")
val expectedAcl = "/content/*"
val acl = AkamaiTokenProvider.getAcl(uri)
Expand Down

0 comments on commit 4309384

Please sign in to comment.