Skip to content

Commit 3edcf7a

Browse files
committed
SUMO-193330, addressed the lint issues by renaming the test. Also added bug fix description to changelog.md
1 parent dd7fbf6 commit 3edcf7a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ FEATURES:
33
* **New Resource:** sumologic_cse_entity_entity_group_configuration (GH-376)
44
* **New Resource:** sumologic_cse_inventory_entity_group_configuration (GH-376)
55

6+
BUG FIXES:
7+
* Allow Monitor move between Monitor folders
8+
9+
610
## 2.16.2 (June 12, 2022)
711

812
BUG FIXES:

sumologic/resource_sumologic_monitors_library_monitor_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ func TestAccSumologicMonitorsLibraryMonitor_update(t *testing.T) {
414414
})
415415
}
416416

417-
func TestAccSumologicMonitorsLibraryMonitorFolder_update(t *testing.T) {
417+
func TestAccSumologicMonitorsLibraryMonitor_update_folder(t *testing.T) {
418418
var monitorsLibraryMonitor MonitorsLibraryMonitor
419419
testNameSuffix := acctest.RandString(16)
420420

0 commit comments

Comments
 (0)