Skip to content

Commit

Permalink
Fix stage flow name for PCF2 (#103)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
adshastri authored and facebook-github-bot committed Mar 17, 2022
1 parent 5692b16 commit e02a848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fbpcf/tests/github/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export LIFT_PARTNER_EXPECTED_RESULT=$LIFT_RESULT_PATH/partner_expected_result.js
export ATTRIBUTION_PUBLISHER_NAME="pa_publisher_github"
export ATTRIBUTION_PARTNER_NAME="pa_partner_github"

export ATTRIBUTION_STAGE_FLOW="private_computation_pcf2_stage_flow"
export ATTRIBUTION_STAGE_FLOW="PrivateComputationPCF2StageFlow"

export ATTRIBUTION_NUM_FILES_PER_MPC_CONTAINER=1
export ATTRIBUTION_CONCURRENCY=1
Expand Down

0 comments on commit e02a848

Please sign in to comment.