Skip to content

Commit

Permalink
Fix test plan variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
b4handjr committed Dec 13, 2024
1 parent bd23e91 commit 1143e74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -797,6 +797,7 @@ workflows:
branches:
only:
- update_firefox_versions
- fix-11936
- integration_nimbus_ios_enrollment:
name: Test Firefox for iOS Release
requires:
Expand All @@ -808,6 +809,7 @@ workflows:
branches:
only:
- update_firefox_versions
- fix-11936
- integration_nimbus_sdk_targeting:
name: Test SDK Targeting (Release Firefox)
filters:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

@pytest.fixture
def experiment_slug(application):
return f"firefox-{application.lower()}-integration-test"
return f"firefox-{application.lower()}-integration-test1"


def test_create_mobile_experiment_for_integration_test(
Expand All @@ -36,7 +36,6 @@ def test_create_mobile_experiment_for_integration_test(
"value": "{}",
},
],
"userFacingName": experiment_slug,
},
}
default_data_api.update(test_data)
Expand Down

0 comments on commit 1143e74

Please sign in to comment.