Skip to content

Commit

Permalink
Fix UT
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 committed Jan 28, 2025
1 parent 8f1647e commit 4dbdcfd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mirrord/kube/src/api/container/job.rs
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,6 @@ mod test {
"name": "mirrord-agent",
"image": agent.image(),
"imagePullPolicy": agent.image_pull_policy,
"securityContext": {
"privileged": agent.privileged
},
"command": ["./mirrord-agent", "-l", "3000", "targetless"],
"env": [
{ "name": "RUST_LOG", "value": agent.log_level },
Expand Down

0 comments on commit 4dbdcfd

Please sign in to comment.