Skip to content

Commit

Permalink
extra check remove
Browse files Browse the repository at this point in the history
  • Loading branch information
ale8k committed Jul 18, 2024
1 parent 74e8f9f commit 10ee7f6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/jujuapi/cloud_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -491,9 +491,6 @@ func (s *cloudSuite) TestRevokeCredentialsCheckModels(c *gc.C) {
client := cloudapi.NewClient(conn)
credTag := names.NewCloudCredentialTag(jimmtest.TestCloudName + "/[email protected]/cred")

a, b := credTag.Id(), credTag.String()
_, _ = a, b

_, err := client.UpdateCredentialsCheckModels(
credTag,
cloud.NewCredential("empty", nil),
Expand Down

0 comments on commit 10ee7f6

Please sign in to comment.