commit f8031e6577708de406336a0d73dcb1bb922238bc
parent 9ffce56b80990611dbb20ba6c4af4df4f9846140
Author: Oliver Lowe <o@olowe.co>
Date: Tue, 1 Feb 2022 09:49:24 +1100
Delete unused testUser var
This was used in some old tests but is now unused.
Diffstat:
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/user.go b/user.go
@@ -10,11 +10,6 @@ type User struct {
Groups []string
}
-var testUser = User{
- Name: "testUser",
- Email: "test@example.com",
-}
-
func (u User) MarshalJSON() ([]byte, error) {
type attrs struct {
Email string `json:"email"`