Skip to content

Commit fc1e675

Browse files
committed
remove duplicate
1 parent 7668923 commit fc1e675

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/integration/api_actions_artifact_v4_test.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -567,15 +567,6 @@ func TestActionsArtifactV4Delete(t *testing.T) {
567567
AddTokenAuth(token)
568568
resp = MakeRequest(t, req, http.StatusNotFound)
569569

570-
// confirm artifact is no longer accessible by GetSignedArtifactURL
571-
req = NewRequestWithBody(t, "POST", "/twirp/github.actions.results.api.v1.ArtifactService/GetSignedArtifactURL", toProtoJSON(&actions.GetSignedArtifactURLRequest{
572-
Name: "artifact-v4-download",
573-
WorkflowRunBackendId: "792",
574-
WorkflowJobRunBackendId: "193",
575-
})).
576-
AddTokenAuth(token)
577-
resp = MakeRequest(t, req, http.StatusNotFound)
578-
579570
// confirm artifact is no longer enumerateable by ListArtifacts and returns length == 0 without error
580571
req = NewRequestWithBody(t, "POST", "/twirp/github.actions.results.api.v1.ArtifactService/ListArtifacts", toProtoJSON(&actions.ListArtifactsRequest{
581572
NameFilter: wrapperspb.String("artifact-v4-download"),

0 commit comments

Comments
 (0)