Skip to content
Snippets Groups Projects
Commit 04343023 authored by Josh Brooks's avatar Josh Brooks
Browse files

Fix pipeline

parent 938846f9
No related branches found
No related tags found
3 merge requests!510Release,!325Support a single call for ud.NewOrLoad,!323Xx 4019/new or load alt ud
......@@ -53,7 +53,7 @@ func TestManager_SetAlternativeUserDiscovery(t *testing.T) {
m, _ := newTestManager(t)
altAddr := "0.0.0.0:11420"
err := m.setAlternateUserDiscovery([]byte(testCert), []byte(altAddr), []byte(testContact))
err := m.setAlternateUserDiscovery([]byte(testCert), []byte(testContact), string([]byte(altAddr)))
if err != nil {
t.Fatalf("Unexpected error in setAlternateUserDiscovery: %v", err)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment