Skip to content

Commit

Permalink
edit ci
Browse files Browse the repository at this point in the history
Signed-off-by: ligjn <lgj112113@163.com>
  • Loading branch information
ligjn committed Aug 1, 2023
1 parent b2ae80a commit 4363e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/server/infrastructure/datastore/datastore_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func initOpenGaussTestDs() (datastore.DataStore, error) {
}
}
openGaussDriver, err := opengauss.New(context.TODO(), datastore.Config{
URL: "postgres://gaussdb:Kubevela-123@127.0.0.1:15432.123@127.0.0.1:15432/kubevela?sslmode=disable&client_encoding=UTF-8&connect_timeout=1",
URL: "postgres://gaussdb:Kubevela-123@127.0.0.1:15432/kubevela?sslmode=disable&client_encoding=UTF-8&connect_timeout=1",
Database: "kubevela",
})
if err != nil {
Expand Down

0 comments on commit 4363e88

Please sign in to comment.