Andrea Fazzi 7 anos atrás
pai
commit
023a58e44c
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      compiler/compiler_test.go

+ 3 - 3
compiler/compiler_test.go

@@ -96,9 +96,9 @@ func (t *testSuite) BeforeAll() {
 	var err error
 	compiler = New("http://localhost:8080/compile")
 	client, err = cloud.Dial(
-		config.WebDAVUrl,
-		config.WebDavUsername,
-		config.WebDAVPassword,
+		config.Config.Cloud.Url,
+		config.Config.Cloud.Username,
+		config.Config.Cloud.Password,
 	)
 	if err != nil {
 		panic(err)