Skip to content

Commit

Permalink
fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
sanzmauro committed Nov 26, 2024
1 parent 13422b7 commit c9aa70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splitio/proxy/controllers/sdk_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ func TestMembershipsError(t *testing.T) {
controller := NewSdkServerController(logger, &splitFetcher, &splitStorage, &segmentStorage, flagsets.NewMatcher(false, nil), &largeSegmentStorageMock)
controller.Register(group)

ctx.Request, _ = http.NewRequest(http.MethodGet, "/api/memberships/dale ya ", nil)
ctx.Request, _ = http.NewRequest(http.MethodGet, "/api/memberships/keyTest", nil)
ctx.Request.Header.Set("Authorization", "Bearer someApiKey")
ctx.Request.Header.Set("SplitSDKVersion", "go-1.1.1")
ctx.Request.Header.Set("SplitSDKMachineIp", "1.2.3.4")
Expand Down

0 comments on commit c9aa70e

Please sign in to comment.