Skip to content

Commit

Permalink
PMM-13001 Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriCtvrtka committed Mar 14, 2024
1 parent 738ed93 commit fb8063a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/serviceinfobroker/service_info_broker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ func TestServiceInfoBroker(t *testing.T) {
}, 0)
require.NotNil(t, resp)
assert.Equal(t, []string{"postgres", "pmm-agent"}, resp.DatabaseList)
assert.Equal(t, "", resp.PgsmVersion)
assert.Equal(t, "", *resp.PgsmVersion)
})

t.Run("MongoDBWithSSL", func(t *testing.T) {
Expand Down

0 comments on commit fb8063a

Please sign in to comment.