8000 Rename a duplicate test method so they all run · rshide/server-client-python@8f08228 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8f08228

Browse files
bcantoniRickey Shideler
authored andcommitted
Rename a duplicate test method so they all run
1 parent e21f4bc commit 8f08228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def test_get_materializeviews_tasks(self):
105105
self.assertEqual(parse_datetime('2019-12-09T22:30:00Z'), task.schedule_item.next_run_at)
106106
self.assertEqual(parse_datetime('2019-12-09T20:45:04Z'), task.last_run_at)
107107

108-
def test_delete(self):
108+
def test_delete_data_acceleration(self):
109109
with requests_mock.mock() as m:
110110
m.delete('{}/{}/{}'.format(
111111
self.server.tasks.baseurl, TaskItem.Type.DataAcceleration,

0 commit comments

Comments
 (0)
0