Skip to content

Commit ee8a0f5

Browse files
committed
make linter happy
1 parent a1e72bf commit ee8a0f5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pkg/coordinator/tasks/run_external_tasks/task.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ taskLoop:
198198

199199
func (t *Task) loadTestConfig(ctx context.Context, basePath, testFile string) (*types.TestConfig, string, error) {
200200
var reader io.Reader
201+
201202
var testBasePath string
202203

203204
if strings.HasPrefix(testFile, "http://") || strings.HasPrefix(testFile, "https://") {

pkg/coordinator/test/descriptor.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ func LoadTestDescriptors(ctx context.Context, globalVars types.Variables, localT
100100

101101
func LoadExternalTestConfig(ctx context.Context, globalVars types.Variables, extTestCfg *types.ExternalTestConfig) (*types.TestConfig, types.Variables, string, error) {
102102
var reader io.Reader
103+
103104
var basePath string
104105

105106
if strings.HasPrefix(extTestCfg.File, "http://") || strings.HasPrefix(extTestCfg.File, "https://") {

0 commit comments

Comments
 (0)