Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
Merge pull request #418 from mrtyler/gpii-3968-goodbye-telugu
Browse files Browse the repository at this point in the history
GPII-3968: Replace telugu with nvda.
  • Loading branch information
Tyler Roscoe committed Jun 12, 2019
2 parents 29b84f2 + a0b8fde commit 289d2c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gcp/modules/locust/tasks/flowmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class FlowmanagerTasks(TaskSet):

_keys = ["carla", "vladimir", "wayne", "omar", "telugu"]
_keys = ["carla", "vladimir", "wayne", "omar", "nvda"]

@task
def post_access_token(self):
Expand Down
2 changes: 1 addition & 1 deletion gcp/modules/locust/tasks/preferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class PreferencesTasks(TaskSet):

_keys = ["carla", "vladimir", "wayne", "omar", "telugu"]
_keys = ["carla", "vladimir", "wayne", "omar", "nvda"]

@task
def get_pref_by_key(self):
Expand Down

0 comments on commit 289d2c3

Please sign in to comment.