Skip to content

Commit 312914a

Browse files
committed
revert unwanted change
1 parent a34884f commit 312914a

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

internal/internal_worker_test.go

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1419,19 +1419,6 @@ func Test_augmentWorkerOptions(t *testing.T) {
14191419
},
14201420
},
14211421
},
1422-
{
1423-
name: "autoscaler options: some fields set",
1424-
args: args{options: WorkerOptions{
1425-
AutoScalerOptions: AutoScalerOptions{
1426-
Enabled: true,
1427-
},
1428-
}},
1429-
want: WorkerOptions{
1430-
AutoScalerOptions: AutoScalerOptions{
1431-
Enabled: true,
1432-
},
1433-
},
1434-
},
14351422
}
14361423
for _, tt := range tests {
14371424
t.Run(tt.name, func(t *testing.T) {

0 commit comments

Comments
 (0)