Skip to content

Commit

Permalink
e2e fix
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon committed May 12, 2022
1 parent 1c0e397 commit f019b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checks/raw/dangerous_workflow_test.go
Expand Up @@ -175,7 +175,7 @@ func TestGithubDangerousWorkflow(t *testing.T) {
return
}

nb := len(dw.ScriptInjections) + len(dw.UntrustedCheckouts)
nb := len(dw.Workflows)
if nb != tt.expected.nb {
t.Errorf(cmp.Diff(nb, tt.expected.nb))
}
Expand Down

0 comments on commit f019b5d

Please sign in to comment.