Skip to content

Commit

Permalink
Fix conflicting name
Browse files Browse the repository at this point in the history
The tests were failing since we were making use of the same name.
  • Loading branch information
mnaser authored Apr 20, 2022
1 parent a0e89db commit dce75d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/resource_uptimerobot_monitor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ func TestUptimeRobotDataResourceMonitor_ping_monitor(t *testing.T) {
}

func TestUptimeRobotDataResourceMonitor_custom_interval(t *testing.T) {
var FriendlyName = "TF Test: ping monitor"
var FriendlyName = "TF Test: custom interval"
var Type = "ping"
var URL = "1.1.1.1"
var Interval = 300
Expand Down

0 comments on commit dce75d8

Please sign in to comment.