mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-09-15 18:57:01 +00:00
review: Gusted review
This commit is contained in:
parent
9150081892
commit
ef94958cd5
4 changed files with 33 additions and 13 deletions
|
@ -63,7 +63,7 @@ func TestMac(t *testing.T) {
|
|||
|
||||
repoName, err := handler.validateMac(rundata)
|
||||
require.Error(t, err)
|
||||
require.Equal(t, name, repoName)
|
||||
require.Equal(t, "", repoName)
|
||||
})
|
||||
|
||||
t.Run("compute correct mac", func(t *testing.T) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue