Fix expected number of hosts for the Test fleetctl preview workflow (#13605)

Similar to the other we fixed recently the same way:
https://github.com/fleetdm/fleet/pull/13329
This commit is contained in:
Lucas Manuel Rodriguez 2023-08-30 17:45:41 -03:00 committed by GitHub
parent fc867fa0c0
commit 4654450bc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ jobs:
fleetctl preview
sleep 10
fleetctl get hosts | tee hosts.txt
[ $( cat hosts.txt | grep online | wc -l) -eq 8 ]
[ $( cat hosts.txt | grep online | wc -l) -eq 9 ]
shell: bash
- name: Get fleet logs