Skip to content

Commit

Permalink
Fixed edge bbt run
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-babak committed Dec 15, 2023
1 parent 2e9eb35 commit 099bee2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@ public static void before() throws Exception {

edge = createEdge("test", CLOUD_ROUTING_KEY, CLOUD_ROUTING_SECRET);

getEdgeVersion();

loginIntoEdgeWithRetries("tenant@thingsboard.org", "tenant");

getEdgeVersion();

Optional<Tenant> tenant = edgeRestClient.getTenantById(edge.getTenantId());
Assert.assertTrue(tenant.isPresent());
Assert.assertEquals(edge.getTenantId(), tenant.get().getId());
Expand Down

0 comments on commit 099bee2

Please sign in to comment.