Skip to content

Commit 81e2663

Browse files
committed
fix tests
1 parent 3236777 commit 81e2663

File tree

4 files changed

+177
-15
lines changed

4 files changed

+177
-15
lines changed

spec/lib/workos/organizations_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,12 +329,12 @@
329329
it 'updates the organization' do
330330
VCR.use_cassette 'organization/update_with_external_id' do
331331
organization = described_class.update_organization(
332-
organization: 'org_01JJ5H14CAA2SQ5G9HNN6TBZ05',
332+
organization: 'org_01K0SQV0S6EPWK2ZDEFD1CP1JC',
333333
name: 'Test Organization',
334334
external_id: 'ext_org_456',
335335
)
336336

337-
expect(organization.id).to eq('org_01JJ5H14CAA2SQ5G9HNN6TBZ05')
337+
expect(organization.id).to eq('org_01K0SQV0S6EPWK2ZDEFD1CP1JC')
338338
expect(organization.name).to eq('Test Organization')
339339
expect(organization.external_id).to eq('ext_org_456')
340340
end

spec/support/fixtures/vcr_cassettes/organization/create_with_external_id.yml

Lines changed: 83 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spec/support/fixtures/vcr_cassettes/organization/update_with_external_id.yml

Lines changed: 78 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spec/support/fixtures/vcr_cassettes/user_management/create_user_with_external_id.yml

Lines changed: 14 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)