Skip to content

Commit

Permalink
fix: VideoTest
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Apr 2, 2024
1 parent cfbd2a4 commit 9c285ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/kotlin/xyz/cssxsh/bilibili/VideoTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import kotlin.test.*
internal class VideoTest : ApiTest() {

@Test
@org.junit.jupiter.api.condition.DisabledIfEnvironmentVariable(named = "CI", matches = "true")
fun `user video`(): Unit = runBlocking {
val result = client.getVideos(uid = 26798384L)
assertFalse(result.list.videos.isEmpty())
Expand Down

0 comments on commit 9c285ef

Please sign in to comment.