17421: a few wording tweaks.
[arvados.git] / lib / controller / integration_test.go
index ca2a419c76ed2c36cf1e628a30e5b13dc48de04b..9f5d12598b70e31728fe29fb28ae4fa8ce58ec4e 100644 (file)
@@ -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), "")