Skip to content

Commit 9bcf42c

Browse files
authored
fix an inconsistent test that was missing a ClientConf (#194)
1 parent e5eaa5f commit 9bcf42c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pkg/registrars/registration/api-registrar_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ func TestAPIRegistrar(t *testing.T) {
2424
transport, err := transports.New("min")
2525
require.Nil(t, err)
2626

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

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

0 commit comments

Comments
 (0)