Skip to content

Commit

Permalink
added empty comment
Browse files Browse the repository at this point in the history
Signed-off-by: Abdul-Az <[email protected]>
  • Loading branch information
iamazzeez committed Nov 13, 2023
1 parent b963fad commit a22a102
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/local-user-service/users/dex/dex_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ func TestDexUsersAdapter(t *testing.T) {
// We need to load the dex certs for the dex server because
// local user service checks the name the server gives back
// matches automate-dex, which is in the automate-dex cert.

dexCerts := helpers.LoadDevCerts(t, "automate-dex")
dexConnFactory := secureconn.NewFactory(*dexCerts)

Expand Down
2 changes: 2 additions & 0 deletions components/session-service/server/server_functional_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// session-service, and use a standard http.Client to interacting with them.
// These interactions do properly handle redirects and cookies, so they closely
// approximate what happens in a real-world setting.

package server_test

import (
Expand Down Expand Up @@ -59,6 +60,7 @@ func TestMain(t *testing.T) {
s := httptest.NewUnstartedServer(mux)
dexCerts := devDexCerts(t)
s.TLS = &tls.Config{

// We have to use the dex certs here because session-service is going
// to check that the thing its talking to is automate-dex
Certificates: []tls.Certificate{*dexCerts.ServiceKeyPair},
Expand Down

0 comments on commit a22a102

Please sign in to comment.