Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Remove sql view e2e test
Browse files Browse the repository at this point in the history
... as it can let the build fail due to people modifying the play servers
  • Loading branch information
David Huser authored May 24, 2022
1 parent d31cca1 commit b2923d4
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions tests/test_sqlview.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,18 +62,7 @@ def test_get_sqlview(api, sql_view_view):
assert isinstance(row, dict)
assert row == expected[index]


def test_get_sqlview_criteria(api, sql_view_view):
with pytest.raises(exceptions.ClientException):
for _ in api.get_sqlview(SQL_VIEW, True, criteria="code:name"):
continue


def test_get_sqlview_criteria_none(api, sql_view_view):
for _ in api.get_sqlview(SQL_VIEW, True):
continue



@responses.activate
def test_get_sqlview_variable_query(api, sql_view_query):

Expand Down

0 comments on commit b2923d4

Please sign in to comment.