Skip to content

Commit

Permalink
chore: unset wallet name to verify case if it has sinlge wallet and h…
Browse files Browse the repository at this point in the history
…ost url without wallet
  • Loading branch information
RafilxTenfen committed Aug 16, 2024
1 parent c6d6b37 commit e81317c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion itest/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,8 @@ func StartManager(
err = bh.Start()
require.NoError(t, err)

cfg, c := defaultStakerConfig(t, walletName, passphrase)
// test case with single wallet created and no wallet name set.
cfg, c := defaultStakerConfig(t, "", passphrase)

logger := logrus.New()
logger.SetLevel(logrus.DebugLevel)
Expand Down

0 comments on commit e81317c

Please sign in to comment.