summaryrefslogtreecommitdiffstats
path: root/integrations/privateactivity_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'integrations/privateactivity_test.go')
-rw-r--r--integrations/privateactivity_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/integrations/privateactivity_test.go b/integrations/privateactivity_test.go
index 44df39b6e0..c5cdc27d6e 100644
--- a/integrations/privateactivity_test.go
+++ b/integrations/privateactivity_test.go
@@ -53,7 +53,7 @@ func testPrivateActivityHelperEnablePrivateActivity(t *testing.T) {
"language": "en-US",
"keep_activity_private": "1",
})
- session.MakeRequest(t, req, http.StatusFound)
+ session.MakeRequest(t, req, http.StatusSeeOther)
}
func testPrivateActivityHelperHasVisibleActivitiesInHTMLDoc(htmlDoc *HTMLDoc) bool {