Skip to content
Prev Previous commit
Next Next commit
chore: prepare for server feat
  • Loading branch information
plyr4 committed Mar 21, 2023
commit e9a89ffd9ff6ecceb50c8d880c13a52debd207e1
3 changes: 1 addition & 2 deletions vela/admin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,7 @@ func TestAdmin_Worker_RegistrationToken_200(t *testing.T) {
c, _ := NewClient(s.URL, "", nil)

// needs mocks from server feature
// data := []byte(server.RegisterTokenResp)
data := []byte{}
data := []byte(server.RegisterTokenResp)

var want *library.Token

Expand Down