Skip to content

Commit e02a848

Browse files
Aditya Shastrifacebook-github-bot
authored andcommitted
Fix stage flow name for PCF2 (#103)
Summary: Pull Request resolved: #103 This was incorrectly assigned, it's supposed to be the name of a class Reviewed By: jrodal98 Differential Revision: D34951110 fbshipit-source-id: 0a7237f53b71a3ba29c6fc170bdf47522281b4b0
1 parent 5692b16 commit e02a848

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fbpcf/tests/github/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export LIFT_PARTNER_EXPECTED_RESULT=$LIFT_RESULT_PATH/partner_expected_result.js
4242
export ATTRIBUTION_PUBLISHER_NAME="pa_publisher_github"
4343
export ATTRIBUTION_PARTNER_NAME="pa_partner_github"
4444

45-
export ATTRIBUTION_STAGE_FLOW="private_computation_pcf2_stage_flow"
45+
export ATTRIBUTION_STAGE_FLOW="PrivateComputationPCF2StageFlow"
4646

4747
export ATTRIBUTION_NUM_FILES_PER_MPC_CONTAINER=1
4848
export ATTRIBUTION_CONCURRENCY=1

0 commit comments

Comments
 (0)