lib/apimaster/mocks/user.rb in apimaster-0.1.2 vs lib/apimaster/mocks/user.rb in apimaster-0.1.3

- old
+ new

@@ -4,10 +4,11 @@ module Apimaster::Mocks class User def self.auth access_token - Apimaster::Models::User.new id: 1, email: "hello@admaster.com.cn", username: "hello" + Apimaster::Models::User.new id: 1, email: "hello@admaster.com.cn", + username: "hello", uuid: "1d936f8e-f7f3-11e1-975a-782bcb4b65ed" end end end