mirror of
https://github.com/simon987/task_tracker.git
synced 2025-12-13 14:59:03 +00:00
Some work on permissions (lacks tests)
This commit is contained in:
@@ -33,12 +33,6 @@ func TestCreateGetWorker(t *testing.T) {
|
||||
t.Error()
|
||||
}
|
||||
|
||||
if len(getResp.Worker.Identity.RemoteAddr) <= 0 {
|
||||
t.Error()
|
||||
}
|
||||
if len(getResp.Worker.Identity.UserAgent) <= 0 {
|
||||
t.Error()
|
||||
}
|
||||
if resp.Worker.Alias != "my_worker_alias" {
|
||||
t.Error()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user