Skip to content

Commit

Permalink
Remove outdated test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pjanotti committed Apr 28, 2021
1 parent 6bfba93 commit adfbee0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/configprovider/config_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,6 @@ func assertValidYAMLPages(t *testing.T, expected map[string]interface{}, path st
respBytes, err := ioutil.ReadAll(resp.Body)
require.NoError(t, err)

// Use viper to unmarshal to the more friendly instead of yaml internal maps get unmarshalled
// as map[string]interface{} instead of map[interface{}]interface{}.
var unmarshalled map[string]interface{}
require.NoError(t, yaml.Unmarshal(respBytes, &unmarshalled))

Expand Down

0 comments on commit adfbee0

Please sign in to comment.