tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos/tests/akkoma: Disable retrieving timeline
Mikael Voss
2 years ago
b56f8149
f278395f
+4
-1
1 changed file
expand all
collapse all
unified
split
nixos
tests
akkoma.nix
+4
-1
nixos/tests/akkoma.nix
···
33
33
34
34
echo '${userPassword}' | ${pkgs.toot}/bin/toot login_cli -i "akkoma.nixos.test" -e "jamy@nixos.test"
35
35
echo "y" | ${pkgs.toot}/bin/toot post "hello world Jamy here"
36
36
-
echo "y" | ${pkgs.toot}/bin/toot timeline | grep -F -q "hello world Jamy here"
36
36
+
37
37
+
# Retrieving timeline with toot currently broken due to incompatible timestamp format
38
38
+
# cf. <https://akkoma.dev/AkkomaGang/akkoma/issues/637> and <https://github.com/ihabunek/toot/issues/399>
39
39
+
#echo "y" | ${pkgs.toot}/bin/toot timeline | grep -F -q "hello world Jamy here"
37
40
38
41
# Test file upload
39
42
echo "y" | ${pkgs.toot}/bin/toot upload <(dd if=/dev/zero bs=1024 count=1024 status=none) \