Skip to content

Commit

Permalink
Merge pull request #540 from bsipocz/MAINT_fix_online_doctest
Browse files Browse the repository at this point in the history
MAINT: fix doctest for online CI job
  • Loading branch information
bsipocz committed May 22, 2024
1 parent 3b637eb commit 058e50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dal/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ Furthermore, one can find the names of the tables using:
.. doctest-remote-data::

>>> print([tab_name for tab_name in tap_service.tables.keys()]) # doctest: +IGNORE_WARNINGS
['amanda.nucand', 'annisred.main', 'antares.data', ..., 'wise.main', 'xpparams.main', 'zcosmos.data']
['ivoa.obs_radio', 'ivoa.obscore', 'tap_schema.columns', 'tap_schema.tables',..., 'taptest.main', 'veronqsos.data', 'vlastripe82.stripe82']


And also the names of the columns from a known table, for instance
Expand Down

0 comments on commit 058e50e

Please sign in to comment.