Skip to content

Commit

Permalink
fixing acl test file not found error
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-bansal committed Oct 20, 2020
1 parent 54d4e87 commit dabde39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tlstest/mtls_internal/acl/acl_over_tls_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ func dgraphClientWithCerts(serviceAddr string, conf *viper.Viper) (*dgo.Dgraph,

func TestLoginOverTLS(t *testing.T) {
conf := viper.New()
conf.Set("tls_cacert", "../tls/ca.crt")
conf.Set("tls_server_name", "node")
conf.Set("tls_cacert", "../tls/alpha1/ca.crt")
conf.Set("tls_server_name", "alpha1")

dg, err := dgraphClientWithCerts(testutil.SockAddr, conf)
if err != nil {
Expand Down

0 comments on commit dabde39

Please sign in to comment.