Skip to content

Commit

Permalink
fix: broken test in service bus
Browse files Browse the repository at this point in the history
  • Loading branch information
basselalaraaj committed Dec 30, 2020
1 parent 88bd41d commit 77f26e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions servicebus/servicebus_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ func TestMain(m *testing.M) {

func TestInitialize(t *testing.T) {
t.Run("Should throw an error that configuration 'SERVICEBUS_CONNECTION_STRING' is missing", func(t *testing.T) {
os.Setenv("SERVICEBUS_ENABLED", "True")
Initialize()
if serviceBusClient.topic != nil {
t.Fail()
Expand Down

0 comments on commit 77f26e5

Please sign in to comment.