Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaweitao001 committed Aug 29, 2022
1 parent 9aaa9fa commit 22e6b66
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ func (r SpringCloudConnectorResource) Arguments() map[string]*schema.Schema {
"client_type": {
Type: pluginsdk.TypeString,
Optional: true,
Default: string(servicelinker.ClientTypeNone),
ValidateFunc: validation.StringInSlice([]string{
string(servicelinker.ClientTypeNone),
string(servicelinker.ClientTypeDotnet),
Expand Down

0 comments on commit 22e6b66

Please sign in to comment.