From dc49e1dcf3465e859f50e6a245ea91add11ada67 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Thu, 22 Dec 2022 12:52:54 +1300 Subject: [PATCH] Update user test type --- tests/e2e/Services/GraphQL/Base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/Services/GraphQL/Base.php b/tests/e2e/Services/GraphQL/Base.php index e7601dff69..ef474f1059 100644 --- a/tests/e2e/Services/GraphQL/Base.php +++ b/tests/e2e/Services/GraphQL/Base.php @@ -735,7 +735,7 @@ trait Base } }'; case self::$UPDATE_USER_PREFS: - return 'mutation updateUserPrefs($userId: String!, $prefs: Json!){ + return 'mutation updateUserPrefs($userId: String!, $prefs: Assoc!){ usersUpdatePrefs(userId: $userId, prefs: $prefs) { data }