Update plankapy_tests.py
This commit is contained in:
parent
eee5593bf4
commit
d537f0704e
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
||||||
from plankapy import Planka
|
from plankapy import Planka
|
||||||
from controllers import Project, Board, Card, List, Stopwatch, Label, Task, CommentAction, Attachment, User, CardMembership, BoardMembership, CardLabel, ProjectManager, Background
|
from controllers import Project, Board, Card, List, Stopwatch, Label, Task, CommentAction, Attachment, User, CardMembership, BoardMembership, CardLabel, ProjectManager, Background
|
||||||
|
|
||||||
API_URL = "http://planka.corp.finelines-engineering.com"
|
API_URL = "http://localhost:3000"
|
||||||
API_USER = "hwelch"
|
API_USER = "demo@demo.demo"
|
||||||
API_PASS = "Fiber4u!"
|
API_PASS = "demo"
|
||||||
|
|
||||||
planka = Planka(API_URL, API_USER, API_PASS)
|
planka = Planka(API_URL, API_USER, API_PASS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue