Skip to content

Commit

Permalink
test: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonTian committed Mar 26, 2024
1 parent 7dc26d1 commit c467a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/core_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ func Test_CreateInstanceWithCommonRequestWithPolicy(t *testing.T) {
request.TransToAcsRequest()
_, err = client.ProcessCommonRequest(request)
assert.NotNil(t, err)
assert.Contains(t, err.Error(), "user order resource type")
assert.Contains(t, err.Error(), "InvalidInstanceType.ValueNotSupported")

policy := `{
"Version": "1",
Expand Down

0 comments on commit c467a4a

Please sign in to comment.