diff options
Diffstat (limited to 'fixture')
-rw-r--r-- | fixture/client.plstore | 2 | ||||
-rw-r--r-- | fixture/empty.plstore | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/fixture/client.plstore b/fixture/client.plstore new file mode 100644 index 0000000..3514ed9 --- /dev/null +++ b/fixture/client.plstore @@ -0,0 +1,2 @@ +;;; public entries -*- mode: plstore -*- +(("mastodon" :client_id "id" :client_secret "secret")) diff --git a/fixture/empty.plstore b/fixture/empty.plstore new file mode 100644 index 0000000..4685e78 --- /dev/null +++ b/fixture/empty.plstore @@ -0,0 +1,2 @@ +;;; public entries -*- mode: plstore -*- +(("ignore" :client_id "id" :client_secret "secret")) |