mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-11 17:42:48 +00:00
server - fix tests - added reply tests
This commit is contained in:
@@ -3,7 +3,7 @@ defmodule MyApp.BattleNet.AuthTest do
|
||||
import MyApp.BattleNet.Auth
|
||||
|
||||
test "get access token from battle net should error out" do
|
||||
assert get_access_token("123") == {:error, "invalid_request"}
|
||||
assert get_access_token("123") == {:error, "unauthorized"}
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user