Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddayag committed Feb 28, 2023
1 parent e9d46ef commit 48f9a45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions boyar/provision_service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ func Test_BoyarSignerOnOffOnAgain(t *testing.T) {
orchestrator.On("GetOverlayNetwork", mock.Anything, mock.Anything, mock.Anything).Return("fake-network-id", nil).Once()
orchestrator.On("RunService", mock.Anything, mock.Anything, mock.Anything).Return(nil).Once()
orchestrator.On("PruneUnusedResources", mock.Anything).Return(nil)
GOARCH = amd64
GOOS = linux./build - binaries.sh

boyarWithSigner := NewBoyar(orchestrator, sourceWithSigner, cache, helpers.DefaultTestLogger())

err := boyarWithSigner.ProvisionServices(context.Background())
Expand Down

0 comments on commit 48f9a45

Please sign in to comment.