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:
Jeremie Fraeys 2026-03-12 12:10:33 -04:00
parent a49e8f593c
commit c5524562e9
No known key found for this signature in database

View file

@ -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