diff --git a/README.md b/README.md index 4a694d9a..2eb53c23 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Split GO SDK -[![Build Status](https://api.travis-ci.com/splitio/go-client.svg?branch=master)](https://api.travis-ci.com/splitio/go-client) +[![build workflow](https://github.com/splitio/go-client/actions/workflows/ci.yml/badge.svg)](https://github.com/splitio/go-client/actions) +[![PkgGoDev](https://pkg.go.dev/badge/github.com/splitio/go-client/v6)](https://pkg.go.dev/github.com/splitio/go-client/v6/splitio?tab=doc) +[![Documentation](https://img.shields.io/badge/go_client-documentation-informational)](https://help.split.io/hc/en-us/articles/360020093652-Go-SDK) ## Overview @@ -16,7 +18,7 @@ This SDK is compatible with Go 1.8. Below is a simple example that describes the instantiation and most basic usage of our SDK: -Run `go get github.com/splitio/go-client/` or `dep ensure -add github.com/splitio/go-client` +Run `go get github.com/splitio/go-client/` ```go package main diff --git a/splitio/client/client_test.go b/splitio/client/client_test.go index 97ba5e61..2b2400b6 100644 --- a/splitio/client/client_test.go +++ b/splitio/client/client_test.go @@ -1778,6 +1778,7 @@ func TestClientNone(t *testing.T) { impTest := &ImpressionListenerTest{} cfg := conf.Default() cfg.LabelsEnabled = true + cfg.Advanced.StreamingEnabled = false cfg.Advanced.EventsURL = ts.URL cfg.Advanced.SdkURL = ts.URL cfg.Advanced.TelemetryServiceURL = ts.URL