Skip to content

Commit

Permalink
Update vela/queue_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: dave vader <[email protected]>
  • Loading branch information
timhuynh94 and plyr4 authored Sep 25, 2023
1 parent ea007ff commit 0ea18e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vela/queue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func TestQueue_GetInfo_200(t *testing.T) {
}
}

func TestAdmin_Worker_GetQueueCreds_401(t *testing.T) {
func TestQueue_GetInfo_401(t *testing.T) {
gin.SetMode(gin.TestMode)

s := httptest.NewServer(server.FakeHandler())
Expand Down

0 comments on commit 0ea18e2

Please sign in to comment.