Skip to content

Commit

Permalink
fix an inconsistent test that was missing a ClientConf (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwample authored Jul 6, 2023
1 parent e5eaa5f commit 9bcf42c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/registrars/registration/api-registrar_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ func TestAPIRegistrar(t *testing.T) {
transport, err := transports.New("min")
require.Nil(t, err)

_, err = tapdance.AssetsSetDir("./tests/assets")
require.Nil(t, err)
session := tapdance.MakeConjureSession("1.2.3.4:1234", transport)

server := httptest.NewTLSServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
Expand Down
Binary file not shown.

0 comments on commit 9bcf42c

Please sign in to comment.