Skip to content

Commit

Permalink
clean up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tomplus committed Jul 23, 2024
1 parent f384553 commit 6333e9b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kubernetes_asyncio/dynamic/client_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ async def test_cluster_custom_resources(self):
},
}

await crd_api.delete(name=name)

resp = await crd_api.create(crd_manifest)

Check warning on line 84 in kubernetes_asyncio/dynamic/client_test.py

View check run for this annotation

Codecov / codecov/patch

kubernetes_asyncio/dynamic/client_test.py#L84

Added line #L84 was not covered by tests
self.assertEqual(name, resp.metadata.name)
self.assertTrue(resp.status)
Expand Down

0 comments on commit 6333e9b

Please sign in to comment.