Skip to content

Commit

Permalink
Update test/e2e/instance.go
Browse files Browse the repository at this point in the history
Co-authored-by: Szymon Gibała <szymongib@gmail.com>
  • Loading branch information
fmartingr and Szymongib committed Sep 12, 2022
1 parent 34c17f9 commit 90dc78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func (m *mattermostInstance) Update(mattermost *mmv1beta.Mattermost) {
ctx, cancel := context.WithTimeout(context.Background(), m.timeoutUpdate)
defer cancel()
err := m.k8sClient.Update(ctx, mattermost)
require.NoError(m.t, err, "Error updating mattermost instance from cluster")
require.NoError(m.t, err, "Error updating mattermost instance")
}

// UpdateAndWait Updates the mattermost instance definition and waits for the instance to be stable
Expand Down

0 comments on commit 90dc78e

Please sign in to comment.