Browse Source

feat: revert unrelated test change

pull/1948/head
natdeanlewissoftwire 3 years ago
parent
commit
62032b3c0f
  1. 1
      spec/services/imports/user_import_service_spec.rb

1
spec/services/imports/user_import_service_spec.rb

@ -193,6 +193,7 @@ RSpec.describe Imports::UserImportService do
end
context "when the user was deactivated in the old system" do
let(:old_user_id) { "9ed81a262215a1634f0809effa683e38924d8bcb" }
it "marks them as not active" do
import_service.create_users("user_directory")

Loading…
Cancel
Save