Skip to content

Commit e1c3143

Browse files
committed
update test
1 parent 8e60fb2 commit e1c3143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/github/actions_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@ func Test_GetJobLogs_WithContentReturnAndTailLines(t *testing.T) {
11391139
require.NoError(t, err)
11401140

11411141
assert.Equal(t, float64(123), response["job_id"])
1142-
assert.Equal(t, float64(1), response["original_length"])
1142+
assert.Equal(t, float64(3), response["original_length"])
11431143
assert.Equal(t, expectedLogContent, response["logs_content"])
11441144
assert.Equal(t, "Job logs content retrieved successfully", response["message"])
11451145
assert.NotContains(t, response, "logs_url") // Should not have URL when returning content

0 commit comments

Comments
 (0)