Skip to content

Commit 2ce0dbf

Browse files
committed
fix tests
1 parent 3c03b2b commit 2ce0dbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/actions_job_token_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ func testActionsJobTokenAccess(u *url.URL, isFork bool) func(t *testing.T) {
4242
t.Run("Git Clone", doGitClone(dstPath, u))
4343

4444
t.Run("API Get Repository", doAPIGetRepository(context, func(t *testing.T, r structs.Repository) {
45-
require.EqualValues(t, "repo4", r.Name)
46-
require.EqualValues(t, "user5", r.Owner.UserName)
45+
require.Equal(t, "repo4", r.Name)
46+
require.Equal(t, "user5", r.Owner.UserName)
4747
}))
4848

4949
if isFork {

0 commit comments

Comments
 (0)