Skip to content

Commit

Permalink
Merge pull request #44108 from lunarwhite/fix-link
Browse files Browse the repository at this point in the history
Fix the broken link in blog post
  • Loading branch information
k8s-ci-robot authored Nov 27, 2023
2 parents ab68766 + 42d956e commit 1fc9e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/blog/_posts/2023-11-24-sig-testing-spotlight.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ started using it. For E2E testing, that was
[Ginkgo+Gomega](https://github.com/onsi/ginkgo). Some hacks were
necessary, for example around cleanup after a test run and for
categorising tests. Eventually this led to Ginkgo v2 and [revised best
practices for E2E testing](/blog/2023/04/12/e2e-testing-best-practices-reloaded/).
practices for E2E testing](https://www.kubernetes.dev/blog/2023/04/12/e2e-testing-best-practices-reloaded/).
Regarding unit testing opinions are pretty diverse: some maintainers
prefer to use just the Go standard library with hand-written
checks. Others use helper packages like stretchr/testify. That
Expand Down

0 comments on commit 1fc9e7a

Please sign in to comment.