Skip to content

Commit

Permalink
use valid TLS version in config test
Browse files Browse the repository at this point in the history
  • Loading branch information
ZetaoZhuang authored and paulyufan2 committed Nov 12, 2024
1 parent b24896c commit 0dbe197
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cns/configuration/configuration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func TestReadConfigFromFile(t *testing.T) {
UseHTTPS: true,
UseMTLS: true,
WireserverIP: "168.63.129.16",
MinTLSVersion: "TLS 1.1",
MinTLSVersion: "TLS 1.3",
},
wantErr: false,
},
Expand Down
2 changes: 1 addition & 1 deletion cns/configuration/testdata/good.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
"AZRSettings": {
"PopulateHomeAzCacheRetryIntervalSecs": 60
},
"MinTLSVersion": "TLS 1.1"
"MinTLSVersion": "TLS 1.3"
}

0 comments on commit 0dbe197

Please sign in to comment.