X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/434244494013a1e9d0cf56a7398fcd49fb75aaf1..8881d33b836850edbb8c874782d1243e952632bb:/lib/controller/integration_test.go diff --git a/lib/controller/integration_test.go b/lib/controller/integration_test.go index ca2a419c76..9f5d12598b 100644 --- a/lib/controller/integration_test.go +++ b/lib/controller/integration_test.go @@ -690,6 +690,7 @@ func (s *IntegrationSuite) TestFederatedApiClientAuthHandling(c *check.C) { }, ) c.Assert(err, check.IsNil) + c.Assert(resp.APIClientID, check.Not(check.Equals), 0) newTok := resp.TokenV2() c.Assert(newTok, check.Not(check.Equals), "")