diff --git a/integration_tests/test_displaying_asset_qrcode.py b/integration_tests/test_displaying_asset_qrcode.py index 8400c66..7b92bca 100644 --- a/integration_tests/test_displaying_asset_qrcode.py +++ b/integration_tests/test_displaying_asset_qrcode.py @@ -2,7 +2,7 @@ from inqry.form_instructions import FormInstructions from inqry.system_specs import systemspecs -DATA = FormInstructions(systemspecs.SystemSpecs(), 'v-erhank') +DATA = FormInstructions(systemspecs.SystemSpecs(), 'example_alias') def test_instantiation_of_form_instructions_instance_with_systemspecs():