Skip to content

Commit ae907f8

Browse files
Andrea Luzzarditiborvass
authored andcommitted
Update environment/integration/repository_test.go
Co-authored-by: Tibor Vass <tiborvass@users.noreply.github.com> Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
1 parent d1a568e commit ae907f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environment/integration/repository_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ func TestRepositoryLog(t *testing.T) {
143143
// Get commit log without patches
144144
var logBuf bytes.Buffer
145145
err := repo.Log(ctx, env.ID, false, &logBuf)
146-
require.NoError(t, err)
147146
logOutput := logBuf.String()
147+
require.NoError(t, err, logOutput)
148148

149149
// Verify commit messages are present
150150
assert.Contains(t, logOutput, "Add second file")

0 commit comments

Comments
 (0)