Merged in feature/ecr (pull request #161)
Feature/ecr * nosave * repo * awscli * unzip * ignore * moreram * 14k * ref * deployment * 12k * uselocal * go * dockercomd * reorder * iamgename * installs * tart * cli * clideps * y * dockerce * nodock * multi * rmecr * dev
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package runner
|
||||
|
||||
import (
|
||||
"context"
|
||||
"sync"
|
||||
"testing"
|
||||
|
||||
@@ -59,7 +58,7 @@ func TestNewRunner(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestListen(t *testing.T) {
|
||||
ctx := context.Background()
|
||||
ctx := t.Context()
|
||||
|
||||
queue := Server[interface{}]{}
|
||||
|
||||
@@ -81,7 +80,7 @@ func TestRegisterController(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestPingQueue(t *testing.T) {
|
||||
ctx := context.Background()
|
||||
ctx := t.Context()
|
||||
c := BaseConfig[interface{}]{}
|
||||
c.QueueURL = "i/am/here"
|
||||
mockSQS := queuemock.NewMockSQSClient(t)
|
||||
|
||||
Reference in New Issue
Block a user