src/testFixtures/java/org/apache/cassandra/sidecar/snapshots/AbstractSnapshotPathBuilderTest.java [553:562]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                               expectedPath);

        expectedPath = atableWithUUID.getAbsolutePath() + "/snapshots/a_snapshot";
        succeedsWhenPathExists(newBuilder
                               .build("localhost",
                                      new SnapshotRequest("ks1",
                                                          "a_table",
                                                          "a_snapshot",
                                                          false)),
                               expectedPath);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/testFixtures/java/org/apache/cassandra/sidecar/snapshots/AbstractSnapshotPathBuilderTest.java [571:580]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                               expectedPath);

        expectedPath = atableWithUUID.getAbsolutePath() + "/snapshots/a_snapshot";
        succeedsWhenPathExists(newBuilder
                               .build("localhost",
                                      new SnapshotRequest("ks1",
                                                          "a_table",
                                                          "a_snapshot",
                                                          false)),
                               expectedPath);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



