From 7ce76d585a0a8313f646f3966afdf2b7cd6ca6fe Mon Sep 17 00:00:00 2001 From: Razz4780 Date: Mon, 27 Jan 2025 12:39:40 +0100 Subject: [PATCH] Fixed UT --- mirrord/kube/src/api/container/job.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/mirrord/kube/src/api/container/job.rs b/mirrord/kube/src/api/container/job.rs index d9958e6620b..7c3247a091f 100644 --- a/mirrord/kube/src/api/container/job.rs +++ b/mirrord/kube/src/api/container/job.rs @@ -285,7 +285,6 @@ mod test { "restartPolicy": "Never", "imagePullSecrets": agent.image_pull_secrets, "nodeSelector": {}, - "tolerations": *DEFAULT_TOLERATIONS, "serviceAccountName": agent.service_account, "containers": [ {