Skip to content

Commit

Permalink
Remove t.Helper to get accurate test log lines
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Goldstein <andy.goldstein@redhat.com>
  • Loading branch information
ncdc authored and sttts committed May 19, 2023
1 parent fe67626 commit f07fddd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/e2e/reconciler/workspacedeletion/controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ func TestWorkspaceDeletion(t *testing.T) {
{
name: "create and clean workspace",
work: func(ctx context.Context, t *testing.T, server runningServer) {
t.Helper()
orgPath, _ := framework.NewOrganizationFixture(t, server)

t.Logf("Create a workspace with a shard")
Expand Down Expand Up @@ -191,8 +190,6 @@ func TestWorkspaceDeletion(t *testing.T) {
{
name: "nested worksapce cleanup when an org workspace is deleted",
work: func(ctx context.Context, t *testing.T, server runningServer) {
t.Helper()

orgPath, _ := framework.NewOrganizationFixture(t, server, framework.WithRootShard())

t.Logf("Should have finalizer in org workspace")
Expand Down

0 comments on commit f07fddd

Please sign in to comment.