Skip to content

Commit

Permalink
Add version config basic test
Browse files Browse the repository at this point in the history
  • Loading branch information
N-o-Z committed Jan 21, 2025
1 parent 483cd39 commit 7674e0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/api/controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3410,6 +3410,7 @@ func TestController_ConfigHandlers(t *testing.T) {
verifyResponseOK(t, resp, err)
require.Empty(t, resp.JSON200.StorageConfigList)
require.Equal(t, expectedExample, resp.JSON200.StorageConfig.BlockstoreNamespaceExample)
require.Equal(t, "dev", swag.StringValue(resp.JSON200.VersionConfig.Version))
})

t.Run("Get storage config", func(t *testing.T) {
Expand Down

0 comments on commit 7674e0e

Please sign in to comment.