1
0
Fork 0
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:
Kwonunn 2025-03-21 13:57:25 +01:00 committed by Kwonunn
parent 9150081892
commit ef94958cd5
4 changed files with 33 additions and 13 deletions

View file

@ -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) {