Skip to content

Commit

Permalink
chore: update smoke snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryAnansky committed Feb 21, 2025
1 parent 2c1bc25 commit 4a00fd9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions __tests__/smoke-rebilly/__snapshots__/rebilly.smoke.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,24 @@ exports[`rebilly test case 1`] = `
Running workflow rebilly.yaml / crud
✓ POST https://api-sandbox.rebilly.com/organizations/redocly/customers - step create-member
    ✓ success criteria check
    ✓ success criteria check - $statusCode == 201
✓ GET https://api-sandbox.rebilly.com/organizations/redocly/customers/{id} - step read-member
    ✓ success criteria check
    ✓ success criteria check
    ✓ success criteria check
    ✓ success criteria check - $statusCode == 200
    ✓ success criteria check - $response.body#/firstName == 'First'
    ✓ success criteria check - $response.body#/lastName == 'Last'
✓ PUT https://api-sandbox.rebilly.com/organizations/redocly/customers/{id} - step update-member
    ✓ success criteria check
    ✓ success criteria check
    ✓ success criteria check
    ✓ success criteria check
    ✓ success criteria check - $statusCode == 200
    ✓ success criteria check - $response.body#/firstName == 'UpdatedName'
    ✓ success criteria check - $response.body#/lastName == 'Last'
    ✓ success criteria check - $response.body#/id == $steps.create-member.outputs...
✓ DELETE https://api-sandbox.rebilly.com/organizations/redocly/customers/{id} - step delete-member
    ✓ success criteria check
    ✓ success criteria check - $statusCode == 204
✓ GET https://api-sandbox.rebilly.com/organizations/redocly/customers/{id} - step read-non-existing-member
    ✓ success criteria check
    ✓ success criteria check - $statusCode == 404
────────────────────────────────────────────────────────────────────────────────
Expand Down
2 changes: 1 addition & 1 deletion __tests__/smoke-rebilly/rebilly.smoke.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getParams, getCommandOutput, getFixturePath } from '../respect/utils';
import { getParams, getCommandOutput } from '../respect/utils';
import { join } from 'path';

test('rebilly test case', () => {
Expand Down

0 comments on commit 4a00fd9

Please sign in to comment.