Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kdelemme committed Jun 7, 2023
1 parent e2330ee commit 088eefb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ describe('SLO Details Page', () => {
const { id, createdAt, enabled, revision, summary, updatedAt, ...newSlo } = slo;

expect(mockClone).toBeCalledWith({
idToCopyFrom: slo.id,
originalSloId: slo.id,
slo: {
...newSlo,
name: `[Copy] ${newSlo.name}`,
Expand Down

0 comments on commit 088eefb

Please sign in to comment.