Skip to content

Commit b299730

Browse files
authored
NO-SNOW Enable client configuration tests (#1225)
1 parent 251a6cd commit b299730

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

connection_configuration_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func TestTokenFilePermission(t *testing.T) {
5757
}
5858
}
5959

60-
func TestloadConnectionConfig_Default(t *testing.T) {
60+
func TestLoadConnectionConfigForStandardAuth(t *testing.T) {
6161
err := os.Chmod("./test_data/connections.toml", 0600)
6262
assertNilF(t, err, "The error occurred because you cannot change the file permission")
6363

@@ -75,7 +75,7 @@ func TestloadConnectionConfig_Default(t *testing.T) {
7575
assertEqualF(t, cfg.Port, 300)
7676
}
7777

78-
func TestloadConnectionConfig_OAuth(t *testing.T) {
78+
func TestLoadConnectionConfigForOAuth(t *testing.T) {
7979
err := os.Chmod("./test_data/connections.toml", 0600)
8080
assertNilF(t, err, "The error occurred because you cannot change the file permission")
8181

0 commit comments

Comments
 (0)