Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
iljarotar committed Nov 7, 2024
1 parent 7d5a7f6 commit fa17534
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ func (ts *testService) machineGet(t *testing.T, mid string, response interface{}
}

func (ts *testService) switchMigrate(t *testing.T, smr v1.SwitchMigrateRequest, response interface{}) int {
return webRequestPost(t, ts.switchService, &testUserDirectory.edit, smr, "/v1/switch/migrate", response)
return webRequestPost(t, ts.switchService, &testUserDirectory.admin, smr, "/v1/switch/migrate", response)
}

func (ts *testService) switchDelete(t *testing.T, sid string, response interface{}) int {
Expand Down

0 comments on commit fa17534

Please sign in to comment.