mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-05 07:45:27 -04:00
Add VerifyService port to GCP LB (#291)
* Add VerifyService port to GCP LB * cli verify command: Use verify service port by default Co-authored-by: Malte Poll <mp@edgeless.systems>
This commit is contained in:
parent
244426305d
commit
ad02249b9a
3 changed files with 5 additions and 3 deletions
|
@ -92,7 +92,7 @@ func TestVerify(t *testing.T) {
|
|||
nodeEndpointFlag: "192.0.2.1",
|
||||
ownerIDFlag: zeroBase64,
|
||||
protoClient: &stubVerifyClient{},
|
||||
wantEndpoint: "192.0.2.1:9000",
|
||||
wantEndpoint: "192.0.2.1:30081",
|
||||
},
|
||||
"endpoint not set": {
|
||||
setupFs: func(require *require.Assertions) afero.Fs { return afero.NewMemMapFs() },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue