Skip to content

Commit

Permalink
disable pubsub module in pubsub retrieval test instead of vcard (#2300)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludwikbukowski authored and fenek committed May 10, 2019
1 parent 8ee2b93 commit 8226429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion big_tests/tests/gdpr_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ retrieve_pubsub_payloads(Config) ->
pubsub_payloads_row_map(NodeName1, "Item3", StringItem3),
pubsub_payloads_row_map(NodeName2, "OtherItem", StringOther)],

maybe_stop_and_unload_module(mod_vcard, mod_vcard_backend, Config),
maybe_stop_and_unload_module(mod_pubsub, mod_pubsub_db_backend, Config),
retrieve_and_validate_personal_data(
Alice, Config, "pubsub_payloads", ["node_name", "item_id", "payload"], ExpectedItems)
end).
Expand Down

0 comments on commit 8226429

Please sign in to comment.