Merge remote-tracking branch 'origin/master'

This commit is contained in:
Brad Rydzewski 2020-03-26 13:39:20 -07:00
commit 86d13bdd78

View file

@ -410,7 +410,7 @@ func TestCheckWriteAccess_InactiveUser(t *testing.T) {
router.Route("/api/repos/{owner}/{name}", func(router chi.Router) {
router.Use(CheckWriteAccess())
router.Get("/", func(w http.ResponseWriter, r *http.Request) {
t.Error("should not invoke hanlder")
t.Error("should not invoke handler")
})
})