Skip to content

Commit

Permalink
Fixed ZPA latitude and longitude coordinates in test
Browse files Browse the repository at this point in the history
  • Loading branch information
willguibr committed May 1, 2024
1 parent 3088158 commit dd6d0dc
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ func TestAccessRedirectionPolicy(t *testing.T) {
Name: name,
Description: name,
Enabled: true,
Latitude: "37.3861",
Longitude: "-122.0839",
Location: "Mountain View, CA",
Latitude: "37.33874",
Longitude: "-121.8852525",
Location: "San Jose, CA, USA",
IsPublic: "TRUE",
UpgradeDay: "SUNDAY",
UpgradeTimeInSecs: "66600",
Expand Down

0 comments on commit dd6d0dc

Please sign in to comment.