Skip to content

Commit

Permalink
uncommented origin
Browse files Browse the repository at this point in the history
  • Loading branch information
jpappa200 committed Sep 21, 2023
1 parent 3ab8f59 commit 3160311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/go-atscfg/remapdotconfig_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1602,7 +1602,7 @@ func TestMakeRemapDotConfigMidSlicePluginRangeRequestHandling(t *testing.T) {
ds2.ID = util.IntPtr(50)
dsType2 := tc.DSType("HTTP_LIVE_NATNL")
ds2.Type = &dsType2
//ds2.OrgServerFQDN = util.StrPtr("origin2.example.test")
ds2.OrgServerFQDN = util.StrPtr("origin2.example.test")
ds2.MidHeaderRewrite = util.StrPtr("")
ds2.RangeRequestHandling = util.IntPtr(tc.RangeRequestHandlingSlice)
ds2.RemapText = util.StrPtr("myremaptext")
Expand Down

0 comments on commit 3160311

Please sign in to comment.