Skip to content

Commit

Permalink
fix: change log level in test
Browse files Browse the repository at this point in the history
  • Loading branch information
asabya committed Oct 23, 2024
1 parent c74d0a6 commit 78c4430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/dfs/cmd/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func TestApis(t *testing.T) {
Post: mockpost.New(mockpost.WithAcceptAll()),
})

logger := logging.New(os.Stdout, logrus.DebugLevel)
logger := logging.New(os.Stdout, logrus.PanicLevel)
mockClient := bee.NewBeeClient(beeUrl, bee.WithStamp(mock.BatchOkStr), bee.WithRedundancy(fmt.Sprintf("%d", redundancy.NONE)), bee.WithPinning(true))
ens := mock2.NewMockNamespaceManager()

Expand Down

0 comments on commit 78c4430

Please sign in to comment.