mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-11 23:49:30 -05:00
e2e: fix malicious join test (#3439)
This commit is contained in:
parent
50df35438e
commit
0453f5b611
@ -172,10 +172,10 @@ func (j *maliciousJoiner) join(ctx context.Context) (*joinproto.IssueJoinTicketR
|
|||||||
IsControlPlane: false,
|
IsControlPlane: false,
|
||||||
}
|
}
|
||||||
res, err := protoClient.IssueJoinTicket(ctx, req)
|
res, err := protoClient.IssueJoinTicket(ctx, req)
|
||||||
j.logger.Debug("Got join ticket response", "apiServerEndpoint", res.ApiServerEndpoint, "kubernetesVersion", res.KubernetesVersion)
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, fmt.Errorf("issuing join ticket: %w", err)
|
return nil, fmt.Errorf("issuing join ticket: %w", err)
|
||||||
}
|
}
|
||||||
|
j.logger.Debug("Got join ticket response", "apiServerEndpoint", res.ApiServerEndpoint, "kubernetesVersion", res.KubernetesVersion)
|
||||||
|
|
||||||
return res, nil
|
return res, nil
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user