Skip to content

Commit

Permalink
Updating the repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
kritika-singh3 committed May 28, 2020
1 parent b03e984 commit a1e8ff1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ void shouldReadPluginProperties() {
assertThat(properties.get("name")).isEqualTo("GoCD Elastic Agent Plugin for Amazon ECS");
assertThat(properties.get("description")).isEqualTo("GoCD Elastic Agent Plugin for Amazon Elastic Container Service allow for more efficient use of instances");
assertThat(properties.get("vendorName")).isEqualTo("ThoughtWorks, Inc.");
assertThat(properties.get("vendorUrl")).isEqualTo("https://github.com/gocd-private/ecs-elastic-agent-plugin");
assertThat(properties.get("vendorUrl")).isEqualTo("https://github.com/gocd/gocd-ecs-elastic-agent");
assertThat(properties.get("goCdVersion")).isEqualTo("19.3.0");
assertThat(properties.get("version")).isNotBlank();
}
Expand Down

0 comments on commit a1e8ff1

Please sign in to comment.