Skip to content

Commit b98b535

Browse files
committed
Matlas Prototype
1 parent e561a48 commit b98b535

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ require (
3737
golang.org/x/oauth2 v0.30.0 // indirect
3838
golang.org/x/sync v0.11.0 // indirect
3939
golang.org/x/sys v0.34.0 // indirect
40+
golang.org/x/text v0.22.0 // indirect
4041
)
4142

4243
require (
@@ -47,6 +48,5 @@ require (
4748
go.mongodb.org/mongo-driver v1.17.4
4849
go.uber.org/zap v1.27.0
4950
golang.org/x/term v0.33.0
50-
golang.org/x/text v0.22.0
5151
gopkg.in/yaml.v3 v3.0.1
5252
)

internal/services/atlas/network_containers_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ func TestNetworkContainersService_validateCIDRSize(t *testing.T) {
220220
provider: "AZURE",
221221
cidr: "10.0.0.0/8",
222222
expectError: true,
223-
errorMsg: "Azure network containers require CIDR blocks between /16 and /24",
223+
errorMsg: "azure network containers require CIDR blocks between /16 and /24",
224224
},
225225
}
226226

0 commit comments

Comments
 (0)