mirror of
https://github.com/thegeeklab/wp-opentofu.git
synced 2024-11-21 14:20:40 +00:00
refactor: test for generated commands
This commit is contained in:
parent
103adbbb05
commit
622a656a5e
@ -94,7 +94,7 @@ func TestPlugin(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
for _, tt := range tests {
|
for _, tt := range tests {
|
||||||
g.Assert(tfApply(tt.args.config)).Equal(tt.want)
|
g.Assert(tfApply(tt.args.config).Args).Equal(tt.want.Args)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user