Fix chain completion and default certificate flag issues (#1978)
This commit is contained in:
parent
5dc261dd9c
commit
444a56c001
3 changed files with 24 additions and 11 deletions
|
|
@ -70,6 +70,7 @@ func TestStore(t *testing.T) {
|
|||
fmt.Sprintf("%v/config", ns.Name),
|
||||
fmt.Sprintf("%v/tcp", ns.Name),
|
||||
fmt.Sprintf("%v/udp", ns.Name),
|
||||
"",
|
||||
10*time.Minute,
|
||||
clientSet,
|
||||
fs,
|
||||
|
|
@ -155,6 +156,7 @@ func TestStore(t *testing.T) {
|
|||
fmt.Sprintf("%v/config", ns.Name),
|
||||
fmt.Sprintf("%v/tcp", ns.Name),
|
||||
fmt.Sprintf("%v/udp", ns.Name),
|
||||
"",
|
||||
10*time.Minute,
|
||||
clientSet,
|
||||
fs,
|
||||
|
|
@ -294,6 +296,7 @@ func TestStore(t *testing.T) {
|
|||
fmt.Sprintf("%v/config", ns.Name),
|
||||
fmt.Sprintf("%v/tcp", ns.Name),
|
||||
fmt.Sprintf("%v/udp", ns.Name),
|
||||
"",
|
||||
10*time.Minute,
|
||||
clientSet,
|
||||
fs,
|
||||
|
|
@ -378,6 +381,7 @@ func TestStore(t *testing.T) {
|
|||
fmt.Sprintf("%v/config", ns.Name),
|
||||
fmt.Sprintf("%v/tcp", ns.Name),
|
||||
fmt.Sprintf("%v/udp", ns.Name),
|
||||
"",
|
||||
10*time.Minute,
|
||||
clientSet,
|
||||
fs,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue