Skip to content

Commit

Permalink
connection_test: remove empty lines to sync with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
aliculPix4D committed Feb 24, 2025
1 parent f94303c commit 01916a4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions go-concourse/concourse/internal/connection_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -354,17 +354,14 @@ var _ = Describe("ATC Connection", func() {
Describe("403 response", func() {
BeforeEach(func() {
atcServer = ghttp.NewServer()

connection = NewConnection(atcServer.URL(), nil, tracing)

atcServer.AppendHandlers(
ghttp.CombineHandlers(
ghttp.VerifyRequest("DELETE", "/api/v1/teams/main/pipelines/foo"),
ghttp.RespondWith(http.StatusForbidden, "problem"),
),
)
})

It("returns back ForbiddenError", func() {
err := connection.Send(Request{
RequestName: atc.DeletePipeline,
Expand Down

0 comments on commit 01916a4

Please sign in to comment.