Skip to content

Commit

Permalink
Fix TestResourceGroupBasic
Browse files Browse the repository at this point in the history
Signed-off-by: JmPotato <[email protected]>
  • Loading branch information
JmPotato committed Sep 3, 2024
1 parent b15265b commit 3439414
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/parser/model/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -2115,7 +2115,6 @@ func (p *ResourceGroupSettings) String() string {
} else {
writeSettingItemToBuilder(sb, "ACTION="+p.Runaway.Action.String())
}
writeSettingItemToBuilder(sb, "ACTION="+p.Runaway.Action.String())
if p.Runaway.WatchType != WatchNone {
writeSettingItemToBuilder(sb, "WATCH="+p.Runaway.WatchType.String())
if p.Runaway.WatchDurationMs > 0 {
Expand Down

0 comments on commit 3439414

Please sign in to comment.