test(scheduler): remove unused fields in service slot pool separation test
Remove ID and GPUCount fields from batchJob in TestServiceSlotPoolSeparation that were assigned but never used. The test only validates SlotPool values.
This commit is contained in:
parent
a49e8f593c
commit
c5524562e9
1 changed files with 0 additions and 2 deletions
|
|
@ -147,9 +147,7 @@ func TestServiceSlotPoolSeparation(t *testing.T) {
|
|||
serviceJob := scheduler.JupyterLabTemplate
|
||||
|
||||
batchJob := scheduler.JobSpec{
|
||||
ID: "batch-1",
|
||||
SlotPool: "batch",
|
||||
GPUCount: 1,
|
||||
}
|
||||
|
||||
// Verify different slot pools
|
||||
|
|
|
|||
Loading…
Reference in a new issue