Skip to content

Commit 5dcdff0

Browse files
committed
fix: UTs after fallback to signatures from releases.coder.com were published
We now have a lot of signatures published for a lot of older cli version which means some of the tests that were not expecting the fallback to activate are now in trouble. The simple fix is to "download" a very old version for which signatures will not be generated.
1 parent 306848f commit 5dcdff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/kotlin/com/coder/toolbox/cli/CoderCLIManagerTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ import kotlin.test.assertFalse
6464
import kotlin.test.assertNotEquals
6565
import kotlin.test.assertTrue
6666

67-
private const val VERSION_FOR_PROGRESS_REPORTING = "v2.23.1-devel+de07351b8"
67+
private const val VERSION_FOR_PROGRESS_REPORTING = "v2.13.1-devel+de07351b8"
6868
private val noOpTextProgress: (String) -> Unit = { _ -> }
6969

7070
internal class CoderCLIManagerTest {

0 commit comments

Comments
 (0)