We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f28c56 commit 68b06dbCopy full SHA for 68b06db
test/strategy_test.rb
@@ -3,7 +3,7 @@
3
class UidTest < StrategyTestCase
4
def setup
5
super
6
- strategy.stubs(:raw_info).returns({ 'objectId' => '123' })
+ strategy.stubs(:raw_info).returns({ 'id' => '123' })
7
end
8
9
def test_return_id_from_raw_info
0 commit comments