mirror of
https://github.com/containers/podman.git
synced 2025-11-28 17:18:58 +08:00
ginkgo v2: remove CurrentGinkgoTestDescription()
This function is deprecated and replaced with CurrentSpecReport(). Also fix inconsitent callers. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
@@ -28,7 +28,7 @@ var _ = Describe("Podman volume ls", func() {
|
||||
|
||||
AfterEach(func() {
|
||||
podmanTest.CleanupVolume()
|
||||
f := CurrentGinkgoTestDescription()
|
||||
f := CurrentSpecReport()
|
||||
processTestResult(f)
|
||||
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user