Skip to content

Commit

Permalink
appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper committed Dec 11, 2023
1 parent d050cf3 commit 7bc9d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mock/server/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ func cancelBuild(c *gin.Context) {

// approveBuild has a param :build and returns mock JSON for a http POST.
//
// Pass "0" to :build to test receiving a http 403 response
// Pass "0" to :build to test receiving a http 403 response.
func approveBuild(c *gin.Context) {
b := c.Param("build")

Expand Down

0 comments on commit 7bc9d44

Please sign in to comment.