Skip to content

Commit

Permalink
fix: vcl/conditions test after rebase from main
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed Sep 13, 2023
1 parent d5aa72d commit 3639ff2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/commands/vcl/condition/condition_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ import (
"strings"
"testing"

"github.com/fastly/go-fastly/v8/fastly"

"github.com/fastly/cli/pkg/app"
"github.com/fastly/cli/pkg/mock"
"github.com/fastly/cli/pkg/testutil"
"github.com/fastly/go-fastly/v8/fastly"
)

func TestConditionCreate(t *testing.T) {
Expand Down Expand Up @@ -256,8 +257,8 @@ SERVICE VERSION NAME STATEMENT TYPE PRIORITY
`) + "\n"

var listConditionsVerboseOutput = strings.TrimSpace(`
Fastly API token not provided
Fastly API endpoint: https://api.fastly.com
Fastly API token provided via config file (profile: user)
Service ID (via --service-id): 123
Expand Down

0 comments on commit 3639ff2

Please sign in to comment.