linter appeasement

This commit is contained in:
nate smith 2022-01-24 17:01:19 -06:00
parent 170a50fcc8
commit 0d214864d9

View file

@ -242,7 +242,7 @@ func TestRepoFork(t *testing.T) {
},
},
cfg: func(c config.Config) config.Config {
c.Set("", "git_protocol", "")
_ = c.Set("", "git_protocol", "")
return c
},
httpStubs: forkPost,