mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-11 09:32:51 +00:00
server - fix tests - added reply tests
This commit is contained in:
@@ -8,6 +8,8 @@ defmodule MyApp.Data.TestHelpers do
|
||||
|> Auth.Token.add_token_and_map_claims
|
||||
end
|
||||
|
||||
# TODO: get admin user
|
||||
|
||||
@spec atom_key_to_string(map) :: map
|
||||
def atom_key_to_string(map) do
|
||||
for {key, val} <- map, into: %{}, do: {Atom.to_string(key), val}
|
||||
|
||||
Reference in New Issue
Block a user