Skip to content

Commit

Permalink
test_nodes.py: Fix two linter errors
Browse files Browse the repository at this point in the history
Signed-off-by: Zack Cerza <[email protected]>
  • Loading branch information
zmc committed Jul 28, 2023
1 parent 5269780 commit 05e6450
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions paddles/tests/controllers/test_nodes.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import pytest

from paddles.tests import TestApp
from paddles.models import Node, Job, start, commit

Expand Down Expand Up @@ -317,7 +315,6 @@ def test_update(self):

def test_delete(self):
node_name = 'a_node'
user = 'a_user'
self.app.post_json('/nodes/', dict(name=node_name))
response = self.app.get('/nodes/{name}/'.format(name=node_name))
assert response.json['name'] == node_name
Expand Down

0 comments on commit 05e6450

Please sign in to comment.