| Index: tokenserver/appengine/impl/machinetoken/rpc_inspect_machine_token_test.go
|
| diff --git a/tokenserver/appengine/impl/machinetoken/rpc_inspect_machine_token_test.go b/tokenserver/appengine/impl/machinetoken/rpc_inspect_machine_token_test.go
|
| index 2c821eb4254a61ca3ac946feb9b4bae2f4782748..1ca53606ec4ab7f1b68e8de4ea9e06f250de3f8f 100644
|
| --- a/tokenserver/appengine/impl/machinetoken/rpc_inspect_machine_token_test.go
|
| +++ b/tokenserver/appengine/impl/machinetoken/rpc_inspect_machine_token_test.go
|
| @@ -22,7 +22,7 @@ import (
|
|
|
| func TestInspectMachineTokenRPC(t *testing.T) {
|
| Convey("with mocked context", t, func() {
|
| - ctx := testingContext()
|
| + ctx := testingContext(testingCA)
|
| impl := InspectMachineTokenRPC{
|
| Signer: testingSigner(),
|
| }
|
|
|