Skip to content

Commit

Permalink
Fix UT for LogAnalyticsWorkspace default feature
Browse files Browse the repository at this point in the history
  • Loading branch information
magodo committed Mar 24, 2022
1 parent 3488a66 commit 90e6995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/features_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ func TestExpandFeaturesLogAnalyticsWorkspace(t *testing.T) {
},
Expected: features.UserFeatures{
LogAnalyticsWorkspace: features.LogAnalyticsWorkspaceFeatures{
PermanentlyDeleteOnDestroy: false,
PermanentlyDeleteOnDestroy: true,
},
},
},
Expand Down

0 comments on commit 90e6995

Please sign in to comment.