You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jit-binding-server/src/test/kotlin/io/github/typesafegithub/workflows/jitbindingserver/ArtifactRoutesTest.kt
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -88,11 +88,9 @@ class ArtifactRoutesTest :
88
88
// Then
89
89
response2.status shouldBe HttpStatusCode.NotFound
90
90
91
-
// This test shows the current behavior where requesting a resource
92
-
// that doesn't exist twice in a row causes calling the version artifact
93
-
// twice.
94
-
// Fix in scope of https://github.com/typesafegithub/github-workflows-kt/issues/2160
0 commit comments