File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
spec/superset/dashboard/datasets Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 111
111
it 'prints a table with the dashboard title and charts' do
112
112
113
113
expect ( subject . table . to_s ) . to eq (
114
- "+-----+------------------+----------+---------------+------------------+--------+\n " \
115
- "| 1: Test Dashboard |\n " \
116
- "+-----+------------------+----------+---------------+------------------+--------+\n " \
117
- "| Id | Datasource name | Database | Database name | Database backend | Schema |\n " \
118
- "+-----+------------------+----------+---------------+------------------+--------+\n " \
119
- "| 101 | Acme Forecasts | 1 | DB1 | postgres | acme |\n " \
120
- "| 102 | video_game_sales | 2 | examples | postgres | public |\n " \
121
- "+-----+------------------+----------+---------------+------------------+--------+"
114
+ "+-----+------------------+----------+---------------+------------------+--------+-------------+ \n " \
115
+ "| 1: Test Dashboard |\n " \
116
+ "+-----+------------------+----------+---------------+------------------+--------+-------------+ \n " \
117
+ "| Id | Datasource name | Database | Database name | Database backend | Schema | Filter only | \n " \
118
+ "+-----+------------------+----------+---------------+------------------+--------+-------------+ \n " \
119
+ "| 101 | Acme Forecasts | 1 | DB1 | postgres | acme | | \n " \
120
+ "| 102 | video_game_sales | 2 | examples | postgres | public | | \n " \
121
+ "+-----+------------------+----------+---------------+------------------+--------+-------------+ "
122
122
)
123
123
end
124
124
end
You can’t perform that action at this time.
0 commit comments