Skip to content

Commit 98c3555

Browse files
digocorbelliniRodrigo Okamoto
andauthored
fixed eks testing bug (#153)
Co-authored-by: Rodrigo Okamoto <rodocp@amazon.com>
1 parent 218d13f commit 98c3555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/selector/eks_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ func eksGithubReleaseHTTPServer(failLatestRelease bool, failExactRelease bool) *
109109
w.WriteHeader(404)
110110
return
111111
}
112-
w.WriteHeader(302)
113112
w.Header().Add("location", "/releases/tag/v"+githubReleaseVersion)
113+
w.WriteHeader(302)
114114
return
115115
}
116116
if r.URL.Path == "/archive/v"+githubReleaseVersion+".zip" {

0 commit comments

Comments
 (0)