Merged in bugfix/regression (pull request #28)
Fix Regression Tests * firstfixes
This commit is contained in:
@@ -34,7 +34,7 @@ func TestNew(t *testing.T) {
|
||||
|
||||
queue.NewServer(ctx, &queue.ListenerConfig{
|
||||
Controller: controller,
|
||||
BasePath: path.Join(os.Getenv("PWD"), "../.."),
|
||||
BasePath: path.Join(os.Getenv("PWD"), "../../.."),
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user