Skip to content

Commit 1d339ab

Browse files
committed
delete repo
1 parent f9a8b14 commit 1d339ab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/integration/actions_job_test.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@ jobs:
159159
}
160160
})
161161
}
162+
163+
httpContext := NewAPITestContext(t, user2.Name, apiRepo.Name, auth_model.AccessTokenScopeWriteRepository)
164+
doAPIDeleteRepository(httpContext)(t)
162165
})
163166
}
164167

@@ -269,6 +272,9 @@ jobs:
269272
}
270273
})
271274
}
275+
276+
httpContext := NewAPITestContext(t, user2.Name, apiRepo.Name, auth_model.AccessTokenScopeWriteRepository)
277+
doAPIDeleteRepository(httpContext)(t)
272278
})
273279
}
274280

0 commit comments

Comments
 (0)