From cac78a4f4eced88878e746d96b305ecc62826494 Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Tue, 31 Jan 2023 14:01:35 -0700 Subject: Move to discord oauth --- test/auth/password_test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/auth/password_test.exs') diff --git a/test/auth/password_test.exs b/test/auth/password_test.exs index 55d9867..4072293 100644 --- a/test/auth/password_test.exs +++ b/test/auth/password_test.exs @@ -2,7 +2,7 @@ defmodule Chessh.Auth.PasswordAuthenticatorTest do use ExUnit.Case alias Chessh.{Player, Repo} - @valid_user %{username: "logan", password: "password", github_id: 1} + @valid_user %{username: "logan", password: "password", discord_id: "1"} setup_all do Ecto.Adapters.SQL.Sandbox.checkout(Repo) -- cgit v1.2.3-70-g09d2