Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com>
  • Loading branch information
chivalryq committed Aug 8, 2022
1 parent abe4294 commit d64230a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/terraform/status_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func TestGetTerraformStatus2(t *testing.T) {
}
for _, tc := range testcases {
t.Run(tc.name, func(t *testing.T) {
state, err := GetTerraformStatus(ctx, tc.args.namespace, tc.args.name, tc.args.namespace, tc.args.containerName, "")
state, err := GetTerraformStatus(ctx, tc.args.name, tc.args.namespace, tc.args.containerName, "")
if tc.want.errMsg != "" {
assert.Contains(t, err.Error(), tc.want.errMsg)
} else {
Expand Down

0 comments on commit d64230a

Please sign in to comment.