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 a33bed8 commit 637f715
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 @@ -16,7 +16,7 @@ import (
"github.com/google/go-cmp/cmp"
)

func TestAdmin_Worker_GetQueueCreds_200(t *testing.T) {
func TestQueue_GetInfo_200(t *testing.T) {
gin.SetMode(gin.TestMode)

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

0 comments on commit 637f715

Please sign in to comment.