Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
A5hleyRich committed Nov 23, 2021
1 parent ca63fbf commit 92010e6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/Feature/Commands/ServersGetCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,22 +61,22 @@
['Name', 'hellfish-media'],
['Provider Name', 'DigitalOcean'],
['IP Address', '127.0.0.1'],
['Ubuntu', '20.04'],
['Database Server', 'mysql-8.0'],
['Database Host', 'localhost'],
['Database Port', '3306'],
['SSH Port', '22'],
['Disk Space', '7.13 GB / 23.48 GB'],
['Ubuntu', '20.04'],
['Timezone', 'UTC'],
['Region', 'TOR1'],
['Size', '1 GB / 1 vCPU'],
['Disk Space', '7.7 GB of 25 GB used'],
['Database Server', 'mysql-8.0'],
['Database Host', 'localhost'],
['Database Port', '3306'],
['SSH Public Key', 'ssh-rsa AAAA....'],
['Git Public Key', 'ssh-rsa AAAA....'],
['Connection Status', 'Connected'],
['Reboot Required', 'Yes'],
['Upgrade Required', 'No'],
['Install Notes', ''],
['Created At', '2021-01-01T12:00:00.000000Z'],
['Status', 'provisioned'],
['Status', 'Provisioned'],
]);
});

0 comments on commit 92010e6

Please sign in to comment.