patalwell commented on code in PR #5905:
URL: https://github.com/apache/nifi/pull/5905#discussion_r882197414


##########
nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/test/java/org/apache/nifi/processors/aws/cloudwatch/TestPutCloudWatchMetric.java:
##########
@@ -52,11 +56,11 @@ public void testPutSimpleMetric() throws Exception {
         runner.run();
 
         runner.assertAllFlowFilesTransferred(PutCloudWatchMetric.REL_SUCCESS, 
1);
-        assertEquals(1, mockPutCloudWatchMetric.putMetricDataCallCount);
-        assertEquals("TestNamespace", mockPutCloudWatchMetric.actualNamespace);
+        Assert.assertEquals(1, mockPutCloudWatchMetric.putMetricDataCallCount);

Review Comment:
   *Palm to Forehead* sugar, let me fix that and make sure the other tests are 
good to go!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to