Skip to content

Commit

Permalink
remove unused component
Browse files Browse the repository at this point in the history
  • Loading branch information
GilmoreA6 committed Dec 27, 2024
1 parent 534ff7b commit c54cef7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion prime-router/src/test/kotlin/azure/BlobAccessTests.kt
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,6 @@ class BlobAccessTests {
mockkClass(BlobAccess::class)
mockkObject(BlobAccess.Companion)
val testUrl = "http://testurl/testfile"
every { BlobAccess.Companion.getBlobConnection(any()) } returns "testconnection"
every { BlobAccess.Companion.downloadBlobAsByteArray(testUrl) }.returns("testblob".toByteArray())
val fromBytes = BlobAccess.copyBlob(testUrl)

Expand Down

0 comments on commit c54cef7

Please sign in to comment.