Skip to content

Commit

Permalink
Merge pull request #106 from aws/saikiranakula-amzn-patch-13
Browse files Browse the repository at this point in the history
Update gmsa_service.cpp
  • Loading branch information
saikiranakula-amzn authored Jan 16, 2024
2 parents cfe1061 + 2b5dcca commit 65a7317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/gmsa_service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ bool contains_invalid_characters_in_service_name( const std::string& value )

bool IsTestInvocationForUnitTests(std::string arn)
{
std::string substr = "testcfspec";
std::string substr = "functionaltestcfspec";
if (arn.find(substr) != std::string::npos) {
return true;
}
Expand Down

0 comments on commit 65a7317

Please sign in to comment.