diff options
author | Abhiseck Paira <abhiseckpaira@disroot.org> | 2022-02-16 21:54:09 +0530 |
---|---|---|
committer | Abhiseck Paira <abhiseckpaira@disroot.org> | 2022-02-16 21:54:09 +0530 |
commit | c589a9451a9b9b6e942fa8de9ece41ce9e8bd174 (patch) | |
tree | d7cd02b0565879ed18a957d10ff4cab7bb91cb2a /fixture/client.plstore | |
parent | ca740c747ae23370c2850b5df6262e366375d7e4 (diff) |
test: fixture: update client.plstore file
update the sample data in fixture/client.plstore file.
Diffstat (limited to 'fixture/client.plstore')
-rw-r--r-- | fixture/client.plstore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fixture/client.plstore b/fixture/client.plstore index e050018..48d951c 100644 --- a/fixture/client.plstore +++ b/fixture/client.plstore @@ -1,3 +1,6 @@ ;;; public entries -*- mode: plstore -*- (("mastodon-http://other.example" :client_id "id1" :client_secret "secret1") - ("mastodon-http://mastodon.example" :client_id "id2" :client_secret "secret2")) + ("mastodon-http://mastodon.example" :client_id "id2" :client_secret "secret2") + ("user-test8000@mastodon.example" :username "test8000@mastodon.example" :instance "http://mastodon.example" :client_id "id2" :client_secret "secret2" :access_token "token2") + ("active-user" :username "test9000@other.example" :instance "http://other.example" :client_id "id1" :client_secret "secret1" :access_token "token1") + ("user-test9000@other.example" :username "test9000@other.example" :instance "http://other.example" :client_id "id1" :client_secret "secret1" :access_token "token1")) |