Skip to content

Commit 131def2

Browse files
Merge pull request #228 from puppetlabs/fix-table-tests
Fix failing table output tests
2 parents 11927ab + 748975e commit 131def2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

spec/fixtures/plans/failed_table.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
+-----------------+------------------+--------------------------+--------+
1+
+------------------------------------------------------------------------+
22
| Failed Service Status |
33
+-----------------+------------------+--------------------------+--------+
44
| Cluster | Service | Url | Status |

spec/fixtures/plans/passed_table.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
+-----------------+---------------------------+------------------+-------------+
1+
+------------------------------------------------------------------------------+
22
| Operational Service Status |
33
+-----------------+---------------------------+------------------+-------------+
44
| Cluster | Service | Url | Status |

spec/fixtures/plans/summary_table.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
+-----------------+----------+
1+
+----------------------------+
22
| Overall Status: degraded |
33
+-----------------+----------+
44
| Cluster | Status |

0 commit comments

Comments
 (0)