Skip to content

Commit

Permalink
Syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
duytnguyendtn committed Jul 24, 2024
1 parent 5b6eeef commit c41b72f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def test_populate_table_url_header_fallback(self):
[fake_result], {"Title A": "attrA", "Title B": "attrB", "Title C": "attrC"}
)
assert vo_plugin._populate_url_only is True
assert self.table.headers_visible == ["URL"]
assert vo_plugin.table.headers_visible == ["URL"]


@pytest.mark.remote_data
Expand Down

0 comments on commit c41b72f

Please sign in to comment.