Skip to content

Commit

Permalink
Replace deprecated GinkgoParallelNode with current GinkgoParallelProc…
Browse files Browse the repository at this point in the history
…ess (#2918)
  • Loading branch information
moleske authored May 12, 2024
1 parent 962df72 commit 593f503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actor/pushaction/application_config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ var _ = Describe("Application Config", func() {

BeforeEach(func() {
parentDir := filepath.Dir(filesPath)
target = filepath.Join(parentDir, fmt.Sprintf("i-r-symlink%d", GinkgoParallelNode()))
target = filepath.Join(parentDir, fmt.Sprintf("i-r-symlink%d", GinkgoParallelProcess()))
Expect(os.Symlink(filesPath, target)).To(Succeed())
manifestApps[0].Path = target
})
Expand Down

0 comments on commit 593f503

Please sign in to comment.