cli: Fix some tests

This commit is contained in:
cloudhead 2024-03-09 14:01:30 +01:00
parent acf71fceaa
commit d1e2e3b61e
No known key found for this signature in database
3 changed files with 15 additions and 15 deletions

View File

@ -35,9 +35,9 @@ And a 'block' policy was added:
```
$ rad seed
╭───────────────────────────────────────────────────────╮
│ Repository Policy Scope │
├───────────────────────────────────────────────────────┤
│ rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji block followed │
╰───────────────────────────────────────────────────────╯
╭──────────────────────────────────────────────────────────────
│ Repository Name Policy Scope │
├──────────────────────────────────────────────────────────────
│ rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji block followed │
╰──────────────────────────────────────────────────────────────
```

View File

@ -40,11 +40,11 @@ repository that was already created:
```
$ rad seed
╭───────────────────────────────────────────────────────╮
│ Repository Policy Scope │
├───────────────────────────────────────────────────────┤
│ rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji allow followed │
╰───────────────────────────────────────────────────────╯
╭───────────────────────────────────────────────────────────────────
│ Repository Name Policy Scope │
├───────────────────────────────────────────────────────────────────
│ rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji heartwood allow followed │
╰───────────────────────────────────────────────────────────────────
```
If we wish to see which nodes we are following:

View File

@ -29,9 +29,9 @@ We can list the repositories we are seeding by omitting the RID:
```
$ rad seed
╭───────────────────────────────────────────────────────╮
│ Repository Policy Scope │
├───────────────────────────────────────────────────────┤
│ rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji allow followed │
╰───────────────────────────────────────────────────────╯
╭──────────────────────────────────────────────────────────────
│ Repository Name Policy Scope │
├──────────────────────────────────────────────────────────────
│ rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji allow followed │
╰──────────────────────────────────────────────────────────────
```