Skip to content

Commit

Permalink
Fix broken test that needed to InitializeFlags()
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Johnson <corbantek@gmail.com>
  • Loading branch information
Kyle Johnson committed Feb 18, 2025
1 parent 38e2359 commit 612ef1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/cmd/vtclient/cli/vtclient_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ func TestVtclient(t *testing.T) {
args := []string{"--server", vtgateAddr}
args = append(args, q.args...)

InitializeFlags()
err := Main.ParseFlags(args)
require.NoError(t, err)

Expand Down

0 comments on commit 612ef1d

Please sign in to comment.