Skip to content

Commit

Permalink
fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiying-lin committed Dec 23, 2024
1 parent 31cf2d9 commit 2eb1cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common/trafficmanager/fakeprovider/profile.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func ProfileGet(_ context.Context, resourceGroupName string, profileName string,
DNSConfig: &armtrafficmanager.DNSConfig{
Fqdn: ptr.To(fmt.Sprintf(ProfileDNSNameFormat, profileName)),
RelativeName: ptr.To(profileName),
TTL: ptr.To[int64](30),
TTL: ptr.To(int64(60)),
},
Endpoints: []*armtrafficmanager.Endpoint{},
MonitorConfig: &armtrafficmanager.MonitorConfig{
Expand Down

0 comments on commit 2eb1cc0

Please sign in to comment.